This is a public repository with contents of Flask Web Development, here you will find examples applied in a Restful API, and a basic and flexible structure to start your Flask apps.
$ python
$ python3
- https://www.python.org/downloads/release/python-392/
- $ sudo apt-get install python3.9
$ git clone https://github.com/josethz00/flask_api_template
$ cd server
$ pip3 install -r requirements/requirements.txt
$ python3 run.py
Env Variable | Default Value |
---|---|
HOST | '0.0.0.0' |
PORT | '8080' |
DEBUG | True |