Usage :
-
Move inside the
backend
directory -
Run the command to install your application so it is importable
pip install -e .
-
Use the below command to run your application
python run.py
Usage:
-
Move inside the
frontend
directory -
Run the command to install dependencies
npm i
-
Use the below command to run your application
npm start