Skip to content

arthuralmeida93/weather-flask-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API com Flask e SQL Alchemy

Desafio Pareto - API REST usando Python Flask e SQL Alchemy

Usando Pipenv

# 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

Endpoints

  • GET /climate
  • GET /climate/id
  • POST /climate
  • PUT /climate/id
  • DELETE /climate/id

About

API Climate - Desafio Pareto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages