Using the bases of Flask to make a little project
A series of practices with Flask based on different projects and tools where i put in practice the different concepts of the python languaje based on the platzi course .
-
Virtual enviroment
-
Validations:
- GET and POST
- Request and Reponse
- Herence
-
Dinamic and Static files
-
Bootstap, Blueprints, Jinja,
-
Google Cloud Platform - Firestore
-
Testing
In order to run the project you will need to follow the comnands on the shell:
python3 -m venv env
source env/bin/activate
source run_flask.sh