/wordz

This is a flask application that allows writers to post blogs, edit and delite blogs. It also allows users who have signed up to comment on the blogs that has been posted by a writer. It also allows a person to subscribed to recieve email everytime a new blog is posted by a writer.

Primary LanguageCSSMIT LicenseMIT

Wordz

Author

TheCaffeine

Description

This is a flask application that allows writers to post blogs, edit and delite blogs. It also allows users who have signed up to comment on the blogs that has been posted by a writer. It also allows a person to subscribed to recieve email everytime a new blog is posted by a writer.

Live Link

https://wordzz.herokuapp.com/login?next=%2F

User Story

  • A user can view the most recent posts.
  • View and comment the blog posts on the site.
  • A user should an email alert when a new post is made by joining a subscription.
  • Register to be allowed to log in to the application
  • A user sees random quotes on the site
  • A writer can create a blog from the application and update or delete blogs I have created.

BDD

Behaviour Input Output
Load the page On page load Get all blogs, Select between signup and login
Select SignUp Email,Username,Password Redirect to login
Select Login Username and password Redirect to page with blogs that have been posted by writes and be able to subscribe to the blog
Select comment button Comment Form that you input your comment
Click on submit Redirect to all comments tamplate with your comment and other comments
Subscription Email Address Flash message "Succesfully subsbribed to D-Blog"

Development Installation

To get the code..

  1. Cloning the repository:
https://github.com/TheCaffeine/wordz.git
  1. Move to the folder and install requirements
cd D-Blog
pip install -r requirements.txt
  1. Exporting Configurations
export SQLALCHEMY_DATABASE_URI=postgresql+psycopg2://{User Name}:{password}@localhost/{database name}
  1. Running the application
python manage.py server
  1. Testing the application
python manage.py test

Open the application on your browser 127.0.0.1:5000.

Technology used

Known Bugs

  • There are no known bugs currently but pull requests are allowed incase you spot a bug

Contact Information

If you have any question or contributions, please email me at [liamabenger@gmail.com]

License

  • MIT License:
  • Copyright (c) 2021 TheCaffeine