/support-ai

Build a website to ask query and get solution

Primary LanguageJavaScript

Getting Started

After cloning the repository update the .env file to yours, also provide an .env.example for reference.

Available Scripts

In the project directory, run the backend:

git clone https://github.com/Qu4ntumGuy/support-ai.git
cd backend
npm i
npm start

For frontend :

cd ../frontend
npm i
npm start