Fyyur app How to run application. Create a postgres database. Replace the database url in config.py. Run the command flask db upgrade to implement the db migrations on your db. Run application using the command python app.py.