To run this file follow the steps bellow:
- Ensure python is properly installed (you can do this at any point becore step 4)
- Clone the repository to VS code (you can use other editors; however, steps may vary, and compatibilaty is not garunteed)
- Ensure the file path is correct in your terminal and if it is not change it using CD. The correct file path should be to the folder in which app.py is directly inside
- In a git terminal run: pip install flask
- In the terminal run: python3 app.py or py app.py if on windows
- After completing step 5, something like this should appear in your terminal: Running on http://[some seris of numbers and periods]. Follow that link to run the project locally.
- To quit type Ctrl and c in the terminal at the same time (or just kill the terminal)
That's it! Enjoy!