Skip to content

aayaniverma/Pioneers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Car Troubleshooting Chatbot

This project is a chatbot designed to assist with troubleshooting car-related problems. It consists of two main parts: the frontend and the backend. Follow the instructions below to set up, clone, and run the project.

Project Structure

  • Frontend: Located in the frontend folder. Built using Next.js.
  • Backend: Located in the DotNetConf folder. Built with .NET.

Cloning the Repository

To get started, clone the repository to your local machine.

  1. Open your terminal.

  2. Run the following command to clone the repository:

    git clone https://github.com/aayaniverma/Pioneers.git
  3. Navigate into the cloned repository:

    cd Pioneers

Frontend Setup (Next.js)

Dependencies

Ensure you have the following installed:

  • Node.js (LTS version recommended)
  • npm or yarn (for managing packages)

Steps to Run

Using npm:

  1. Navigate to the frontend folder:

    cd frontend
  2. Install the dependencies:

    npm install
  3. Install DaisyUI (for UI components):

    npm i -D daisyui@latest
  4. Start the development server:

    npm run dev

Using yarn:

  1. Navigate to the frontend folder:

    cd frontend
  2. Install the dependencies:

    yarn install
  3. Install DaisyUI:

    yarn add -D daisyui@latest
  4. Start the development server:

    yarn dev

Backend Setup (DotNetConf)

Dependencies

Ensure you have the following installed:

Steps to Run

  1. Navigate to the DotNetConf folder:

    cd DotNetConf
  2. Install all necessary dependencies:

    dotnet restore
  3. Copy and paste the commands from the script.rtf file into your terminal:

    cat script.rtf | pbcopy  # Mac/Linux
    clip < script.rtf  # Windows
  4. Start the backend server:

    dotnet watch run

Troubleshooting

  • Frontend issues: Make sure all dependencies are installed, and you are running the latest Node.js version.
  • Backend issues: Verify that the .NET SDK is installed and properly configured.

Feel free to open an issue if you encounter any problems!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •