/-personal-blogging-website

personal blogging website where you can create and share your opinions and other users can read and comment on them. Additionally, add a feature that displays random quotes to inspire your users.

Primary LanguagePython

project name

jadielblog

Description

This is a personal blogging website where you can create and share your opinions and users can read and comment on them. Also, users will get daily updates of motivational quotes.

User Stories

As a user I would like to:

  • view the blog posts on the site
  • sign in to the blog and see random quotes on the sitend
  • comment on blog posts
  • receive an email alert when a new post is made by joining a subscription.
  • create a blog from the application.
  • update or delete blogs I have created.

live link

SetUp and nstallations

Prerequisites

  • python3.6
  • pip
  • virtualenv

Cloning

  • In your terminal:

      $ git clone 
      $ cd Documents/python/blog
    

Running the Application

  • Creating the virtual environment

      $ python3.6 -m venv --without-pip virtual
      $ source virtual/bin/env
    
  • Installing Flask and other Modules

  • To run the application, in your terminal: using chmod a+x start.sh and ./start.sh

Technologies Used

  • Python3.6
  • Flask
  • Database

Copyright and licence information

MIT License

Copyright (c) [2020] [Jadiel Mwangi]

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, sublicense, 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 NONINFRINGEMENT. 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.