alexjosesilva / development-of-applications-python-api-flask-with-json-and-docker

development of applications python api flask with json and docker. Create, Read, Update, Delete and Search date

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

applications python3 api-flask and docker

Development of applications python api flask with json and docker. Create, Read, Update, Delete and Search date json

Installation

Use the package manager pip to install aplication.

pip install -r requirements

Usage

docker image build -t python-docker . 
docker run --publish 8000:5000 python-docker

Postman

"/listar"

"/salvar"

"/atualizarItem/"

"/deletar/"

"/procurar/<name_city>"

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

development of applications python api flask with json and docker. Create, Read, Update, Delete and Search date


Languages

Language:Python 90.1%Language:Dockerfile 9.9%