Skip to content

supriamir/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