Skip to content

gdaroch/docker-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

docker-flask

It is part of a little course I took of Flask, a Python framework. I mixed it with a guide to learn Docker and Docker compose.

Flask sources:

Docker sources:

How to run

  • Build project.
docker-compose up
  • Enter to the project container and open python console then create the table.
docker ps -a
docker exec -it CONTAINER_ID_HERE bash
python
from app import db
db.create_all()
  • Done, the site loads on localhost:5000

About

Test Flask (python framework) and Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published