Run the following commands in terminal to run the app :-
- python3 -m venv env (Creating environment)
- source env/bin/activate
- pip3 install -r requirements.txt
- flask run
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Run the following commands in terminal to run the app :-