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
- Host: GitHub
- URL: https://github.com/manuelbento19/restapi_flask_mysql_docker
- Owner: manuelbento19
- Created: 2023-12-01T16:01:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T12:59:19.000Z (over 2 years ago)
- Last Synced: 2025-08-30T17:43:07.828Z (10 months ago)
- Topics: docker, flask, mysql, python, rest-api
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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