-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Dhruv Makwana edited this page Nov 30, 2024
·
3 revisions
This is in-detail guide on how to setup the project
-
Create virtual environment in python and install the requirements.
python -m venv venv source venv/bin/activate pip install -r requirements.txt
-
Setup self-managed
MongoDB
server. Refer to this page. -
Install npm packages for
frontend
.cd
intofrontend
npm install