This is a Flask project was generated with Python version 3.9
Derrick Nyongesa
This in a blog application that allows users will submit their pitches and other users will vote on them and leave comments to give their feedback on them.
- Pull project from github Repository.
git clone https://github.com/Derrick-Nyongesa/Blog.git
- Move to the folder and create a virtual environment
- Install requirements
pip install -r requirements.txt
- To run the application, run the following commands:
$ export SECRET_KEY=<your secret key>
$ export MAIL_USERNAME=<your email>
$ export MAIL_PASSWORD=<your email password>
$ python3 manage.py server
- Open the application on your browser
http://127.0.0.1:5000/
Derrick Nyongesa https://derrick-blog.herokuapp.com/
Any query? Contact me at [nyongesaderrick@gmail.com]
Licensed under the MIT license.