Skip to content

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.

Notifications You must be signed in to change notification settings

aust1inn/aust1inn_posts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aust1inn-posts

Author

Austin Omondi

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

View Site

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

Development Installation

To get the code..

  1. Cloning the repository:
https://github.com/aust1inn/aust1inn_posts.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

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 [austinotieno364@gmail.com]

License

  • MIT License:
  • Copyright (c) 2022 Austin Omondi

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published