Made to learn
First, create virtual env:
python3 -m venv venv
Activate virtual env:
source venv/bin/activate
Install Flaks:
pip install flask
To run:
export FLASK_APP=index.py
- Dependecy Injection: https://www.geeksforgeeks.org/currying-function-in-python/
- Unit Test: https://docs.python-guide.org/writing/tests/
https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world