/personal-blog

Interactive personal blog that allows uses to comments on posts they like

Primary LanguagePython

My Personal Blog

Built By Wangui Njoka

Description

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.

User Stories

  • View blogs and comment on them
  • Subscribe to the blog and receive notifications
  • As a writer post a blog
  • Delete blog and offensive comments

SetUp / Installation Requirements

Prerequisites

  • python3
  • Virtual environment
  • Flask
  • Boootstrap
  • Heruko

Cloning

  • 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
    

live link to the application

Technologies Used

  • Python3
  • Flask

License

MIT ©2017