Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 481 Bytes

readme.md

File metadata and controls

23 lines (14 loc) · 481 Bytes

steps to run backend :-

Make sure python is installed in the system.

Then navigate to the backend code directory from terminal and execute the following commands.

python -m venv venv

venv\Scripts\activate

pip install -r requirements.txt

flask run

steps to run frontend :-

Make sure Node.js is installed in the machine.

Then navigate to the frontend code directory and execute the following commands.

npm install

npm start