Built By Wangui Njoka
This blog website will allow you to submit your blogs as a writer and other users will view them and leave comments to give their feedback on them.
- View blogs and comment on them
- Subscribe to the blog and receive notifications
- As a writer post a blog
- Delete blog and offensive comments
- python3
- Virtual environment
- Flask
- Boootstrap
- Heruko
-
In your terminal:
$ git clone https://github.com/wanguinjoka/personal-blog $ cd personal-blog $ pip install -r requirements.txt $ export SECRET_KEY='{Your Secret Key}' $ export DATABASE_URL='postgresql+psycopg2://{Your username}:{password}@localhost/Your database name}' $ ./start.sh
- Python3
- Flask
MIT ©2017