/Blog

This is an application that allows users to add new blog posts, view other users posts, and add their views through comments

Primary LanguagePythonMIT LicenseMIT

Blog

This is an application that allows writers to write new blogs and users can view the blogs, comment on them and even subscribe to the blog, 28th, April 2019

By Elizabeth Wanjiku Kimita

BDD Specifications

Users User Actions Input/Output
Writers: Create an account Fill the register form with your details
Write new Blog Posts Click add new post from the nav bar
Delete Blog posts from profile From the profile click delete post
Delete Comments from a post From the comments click delete comment
Users/Subscribers: View Blog Post on the site Navigate to the home page to see all posts
Comment on a blog post Click comment on a specifc post
Subscribe to the site Fill in the subscription form and submit

Setup/Installation Requirements

  • Ensure you have Installed Python3.6
  • Clone the Blog Repository
  • Navigate to the start.sh file and export your email address, password and your secret key.
  • Run chmod a+x start.sh
  • Run ./start.py to open the app

Known Bugs

There are currently no known bugs in the application.

Technologies Used

  • Python3.6
  • HTML
  • Bootstrap
  • Flask

Support and contact details

For more information, questions, or help using the program, get in touch with me on +254 726 047102 or email: kimita.wanjiku@gmail.com.

License

MIT License

Copyright (c) 2019 Elizabeth Kimita

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sub-license, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.