Skip to content

sujaykundu777/flask-postgres-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Postgres Docker

This setup is built for app that uses flask for backend, postgres for the database and docker for faster deployment.

You may need to install docker locally to run the app. For installation process, (if you are using ubuntu) visit here

Want to learn docker ? You should visit here

Install docker compose

$ sudo pip install docker-compose

Clone the app

$ git clone https://github.com/sujaykundu777/flask-postgres-docker.git ```
## Run the app

$ cd flask-postgres-docker $ docker-compose up -e POSTGRES_PASSWORD=password

About

Flask backend with Postgres Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published