Flask Blog api app, this application is not finished.
- Git clone
- execute reset.bat to make migrations, migrate
- Seed the database with: python2 seed_db
- Run server with python2.py app.py
- Seeding All models: Article, Comment, Like, UserSubscription, User, Role, Tag, Category
- Controller Articles
- Controller Comment
- Authentication/Authorization
- Follower/Following authors
- Middlewares: Benchmark + User loader
flask2 db init flask2 db migrate -m 'initial migration' flask2 db upgrade
- I am trying to migrate from using the classic blueprint to use Flask-RestFul