An open API service indexing awesome lists of open source software.

https://github.com/manuelbento19/restapi_flask_mysql_docker


https://github.com/manuelbento19/restapi_flask_mysql_docker

docker flask mysql python rest-api

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## Flask MySQL Docker

- Run the WebApi using this command (using docker)

```
- docker compose up
```

- GET request to http://localhost:5000/user - List users
- GET request to http://localhost:5000/user/:id - Find user by id
- POST request to http://localhost:5000/user/ - Create User