https://github.com/daniel-furman/flask-boiler
Docker backend running on flask, mysql, and redis queue. Intended as lightweight boilerplate.
https://github.com/daniel-furman/flask-boiler
docker docker-compose flask mysql python rq
Last synced: 3 months ago
JSON representation
Docker backend running on flask, mysql, and redis queue. Intended as lightweight boilerplate.
- Host: GitHub
- URL: https://github.com/daniel-furman/flask-boiler
- Owner: daniel-furman
- License: apache-2.0
- Created: 2023-10-14T04:46:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T03:48:47.000Z (over 2 years ago)
- Last Synced: 2025-09-11T09:48:31.799Z (10 months ago)
- Topics: docker, docker-compose, flask, mysql, python, rq
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flask boiler
Barebones backend server running on flask, mysql, and redis queue
## setup
```
docker-compose up
```
## routes
* ```/v1/run_pipe``` (PUT)
* ```/v1/grab_datetimes``` (GET)
* ```/v1/grab_one_datetime``` (POST)
## azure deployment docs
* https://learn.microsoft.com/en-us/azure/container-instances/tutorial-docker-compose
## other resources
* https://dev.mysql.com/doc/mysql-getting-started/en/
* https://github.com/UCB-INFO-BACKEND-WEBARCH/spring-22-labs/tree/main