/The_Gist

The application allows us to create a 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

The Gist

By Gesare Ombati

Link to Live Site : https://gitges.herokuapp.com/

Description

The application allows us to create a 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.

Installation Requirements

Clone this repository and navigate to the folder. Run the following commands to allow functionality of the app:-

  • sudo add-apt-repository ppa:jonathonf/python-3.6
  • sudo apt-get update
  • sudo apt-get install python3.6
  • sudo apt-get install python3-pip
  • sudo apt-get install python3.6-venv
  • python3.6 -m venv virtual
  • source virtual/bin/activate
  • pip install -r requirements.txt

Major Dependencies

  • Flask==1.0.2
  • Flask-Bootstrap==3.3.7.1
  • Flask-Login==0.4.1
  • Flask-Mail==0.9.1
  • Flask-Migrate==2.2.1
  • Flask-Script==2.0.6
  • Flask-SQLAlchemy==2.3.2
  • Flask-Uploads==0.2.1
  • Flask-WTF==0.14.2
  • Jinja2==2.10
  • SQLAlchemy==1.2.8
  • WTForms==2.2.1

User Stories

  • A user can like to view the blog posts on the site.
  • A user can like to comment on blog posts.
  • A user can like to view the most recent posts.
  • A user can like to an email alert when a new post is made by joining a subscription.
  • A writer can like to delete comments that I find insulting or degrading.
  • A writer can like to sign in to the blog.
  • A writer can like to update or delete blogs I have created.

Technologies Used

  • Python 3.6.5
  • HTML5, CSS and Bootstrap
  • Flask Framework
  • Postgressql
  • Heroku

TDD

I test my project using Python3.6

Support and contact details

If you may need more information please contact the me through Gesare@gmail.com.

License

Copyright (c) [2020] [The Gist-py] 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..