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

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.

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