AngularFlask Before running the application, first create the database and seed it with a sample blog post: python manage.py create_db --seed_db Then, go ahead and run the application: python runserver.py