Desafio Pareto - API REST usando Python Flask e SQL Alchemy
# Ativando venv
$ pipenv shell
# Instalar
$ pipenv install
# Criar DB
$ python
>> from app import db
>> db.create_all()
>> exit()
# Init Server (http://localhost:5000)
python app.py
- GET /climate
- GET /climate/id
- POST /climate
- PUT /climate/id
- DELETE /climate/id