Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Trying out Python by building a really really simple blog in Flask

Notifications You must be signed in to change notification settings

wiljanslofstra/trying-python-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python test

Just wanted to try some Python. This test blog uses:

  • Flask
  • SQLAlchemy with a MySQL client

Development

# Build image
docker-compose build

# Run container (change port 5000 to whatever you want to see the app on)
docker-compose up

# And it's live at:
localhost:5000

# Database
localhost:6603

# Migrations
docker exec -it <container_id>
flask db migrate
flask db upgrade

About

Trying out Python by building a really really simple blog in Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published