Follow Below Steps for installation
-
Go to
DocBite-App
repository -
Clone the repo
git clone https://github.com/your_username_/Project-Name.git
-
Install NPM packages and start Frontend
npm install npm start
-
Go to
Backend
directory -
Use Virtual environment of your choice(We used venv)
-
Copy
.env
file -
Install requirements
python requirements.py i
-
Start backend Server
python main.py