To install the neccesarry requirements, refer to requirements.txt
pip install -r requirements.txt
There are two config files which are used to store private information necessary for the application.
The file is used to store parameters that the app. From the example.env
file there are example on the parameter to be set that are required base on the environment of the application.
With in root directory of the application create a folder instance
containing the file settings.py
.
Then copy the contents of example.settings.py
and make the necessary changes in to suit the needs of your application.
Note that the database method used here is to create the database is for test purposes only kindly refer to the Flask-Migrate
module for a better implementation on the database Models.
Heroku Instance Click the link above to see deployed project.