Skip to content

Flask project developed for help to create containerized projects using Docker with PostgreSQL as database and PgAdmin as data visualization.

Notifications You must be signed in to change notification settings

heytorvas/template-flask-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Template for Flask Project

Developed for help to create containerized projects using Docker with PostgreSQL as database and PgAdmin as data visualization.

Installation

  1. Install Docker and Docker Compose.
  2. Clone this repository or fork this repository:
git clone https://github.com/heytorvas/template-flask-docker.git
  1. Change directory to repository:
cd template-flask-docker

Development Environment

  1. Build the containers:
docker-compose build &
  1. Up the containers:
docker-compose up db &
docker-compose up api &
  1. It's possible up pgadmin container, if you want:
docker-compose up pgadmin &

Notes

Run project: http://localhost:5000

About

Flask project developed for help to create containerized projects using Docker with PostgreSQL as database and PgAdmin as data visualization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published