Skip to content

einvince/einvince_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This a personal blog power by Flask.

einvince

###Backend:

  1. Flask
  2. Flask-SQLAlchemy ORM for MySQL
  3. Flask-WTF
  4. Flask-Login
  5. Flask-Admin
  6. Flask-Script

###Installation

  1. Git clone the repostory.

  2. pip install -r requirement.txt command .

  3. Change the database settings inside app/__init__.py file.

  4. Run the migration by this command

     $ python manage.py db init
     $ python manage.py db migrate
     $ python manage.py db upgrade
    
  5. Run the server by this command

     $ python manage.py runserver
    

About

Personal blog base on flask

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published