Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 654 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 654 Bytes

Project with Flask 🌡️

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 .

It is evidenced:

  • Virtual enviroment

  • Validations:

    • GET and POST
    • Request and Reponse
    • Herence
  • Dinamic and Static files

  • Bootstap, Blueprints, Jinja,

  • Google Cloud Platform - Firestore

  • Testing

Run the project

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