Flask is a micro web framework in python. To learn more about Flask click here.
This project requires the latest stable versions of:
- PIP
- NPM
Run pip install -r ./requirements.txt
to install dependencies for the application to run. You will only need to install
this once cloning this project. You can then start modifying the routes in the app/index.py
file and launch the server
with python app/index.py
.
If you want to require more dependencies into your project, visit the pip website to discover more packages!