/flask-app-in-docker

Simple implementation of working flask app with a database. Utilizes docker for each microservice

Primary LanguagePython

FlaskApp-in-Docker

Created a locally hosted web server utilizing tools such as Docker, Docker-compose, Gunicorn (WSGI server), Flask, PostgreSQL, pyscopg2, and nginx (reverse proxy server).

Demonstrates an example of what a micoservice architecture using Docker containers might look like that can be easily deployed.