/my-blog

My blog is a python project build in flask, where you can create and share your opinions and other users can read and comment on them.

Primary LanguagePythonMIT LicenseMIT

my-blog

My blog is a python project build in flask, where you can create and share your opinions and other users can read and comment on them.

Author

  • Wachira Beatrice Wambui
  • Kenyan citizen
  • Born Again Christian
  • Student Moringa School Project

live link

The link to the live deployment of this app is https://blogypitch.herokuapp.com/ which is also adjacent to the description at the top of the repository This is deployment at Heroku master

bdd

  • A user can view the blog posts on the site.
  • A user can comment on blog posts.
  • A user can view the most recent posts.
  • A user can see random quotes on the site.
  • A user can sign in to the blog.
  • A user can create a blog from the application.
  • A user can delete comments that I find insulting or degrading.
  • A user can update or delete blogs I have created.
  • A user then receives an email after they have been signed in and posted.

Setup Instruction

  • ctrl+alt+t (open terminal)
  • git clone https://github.com/BeatriceWambui/my-blog.git
  • cd my-blog
  • 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

Technologies used

  • html (for the templates)
  • css (for styling )
  • bootstrap(for styling)
  • markdown(for creating readme)
  • flask (to create the app)
  • database is also included

Contact Information

To reach me use the email below Email wachirabeatice2020@gmail.com

License & Copyright

MIT license 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.

copyright@BeatriceWambui2017