- Fork this repo
- Clone it into your local computer
- setup
.envusing the sample format given below
- Install the frontend dependencies using
npm i - Run the frontend using
npm start dev
- Install the backend dependencies using
pip install -r requirements.txtorpip3 install -r requirements.txt - Start the backend server by running
app.py