Usage :
-
Move inside the
backenddirectory -
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
frontenddirectory -
Run the command to install dependencies
npm i -
Use the below command to run your application
npm start