Skip to content

QMickael/flaskBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flaskBlog

A simply blog create with Flask (work in progress)

[TODO]

  • Add flask-security ext
  • ...

###Try it yourself ! ####Environment

  1. Clone the repository
$ git clone https://github.com/QMickael/flaskBlog.git
  1. Create and activate a virtual environment in the same directory:
$ pip install virtualenv
$ virtualenv env
$ . env/bin/activate
  1. Install the required packages using pip:
(env)$ pip install -r requirements.txt

####Database

  1. In your virtual environment, create the database using Python:
(env)$ python manage.py db init
  1. If you want update database(beware with sqlite3 specifications !):
(env)$ python manage.py db migrate
(env)$ python manage.py db upgrade
  1. Run the app:
(env)$ python app.py runserver
  1. Point your browser to:
http://127.0.0.1:5000/

About

A simply blog create with Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published