Skip to content

etcdotd/flaskblog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlaskBlog

Following flask tutorial from Corey Schafer

SETUP

  • Log in into your mysql console and create a database

  • Install the requirements.txt

    pip install -r requirements.txt
  • Copy env to .env and fill it with appropriate database configuration of your computer or server

  • Run the migration

    flask db upgrade
  • Run the app

    flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.0%
  • Python 45.0%
  • CSS 2.0%
  • Other 1.0%