A text based blogging website built with flask ecosystem
-
Install the dependencies from
requirements.txt
-
Set the environment variables to configure the app as shown below
TEST_EMAIL=<gmail address here> TEST_EMAIL_PASS=<google app password here> SECRET_KEY=<your secret key here> SQLALCHEMY_DATABASE_URI=<databse uri here>
-
Start the development server from the root directory using the command
flask run