Best Flask open-source libraries and packages

Dockerized Microservice Template

Microservice with Docker, Flask, Postgres, Nginx
Updated 8 months ago

Microservice Template with Docker

This is a small project where the following is combined in order to create a usable microservice:

Test it

  • Clone and start it:
git clone https://github.com/gaborvecsei/Dockerized-Microservice-Template.git

sudo ./start.sh
  • Stop it:
sudo docker-compose down
  • See the container logs:
sudo docker-compose logs -f

TODO

  • [ ] Log In
  • [ ] User Page
  • [ ] Registration
  • [ ] Billing (Buying units)