Skip to content

Blogging site where bloggers can write blogs and general users can view and comment on the blogs.

License

Notifications You must be signed in to change notification settings

WaruiAlfred/bloggers-site

Repository files navigation

BLOGGERS SITE

By: Alfred Warui

Description of the application

The application enables users to view blogs and comment on them.For writers,they have to sign up first to be able to write and update blogs.Writers can also delete comments made on their blogs if they don't please them.

Installation Requirements

  • Clone this repository using the link from the clone button
  • Open the downloaded folder in a text editor of your preference
  • To install virtual environment
$ python3.8 -m venv --without-pip virtual
  • Activate virtual environment
$ source virtual/bin/activate
  • Install latest pip version inside virtual environment
$ curl https://bootstrap.pypa.io/get-pip.py | python
  • Installing the dependencies
$ pip install -r requirements.txt
  • Starting up the application
$ chmod a+x start.sh
$ ./start.sh

Known Bugs

There are known bugs.

Technologies Used

  • PYTHON
  • FLASK
  • HTML
  • CSS
  • BOOTSTRAP
  • POSTGRESQL
  • MARKDOWN for the README.md file

Some screenshots

site

site

site

site

site

site

My contacts

Feel free to contact me for assistance if need be or to offer suggestions for improvements.

License

  • License under MIT License
  • Copyright (c) 2021 Alfred Warui

About

Blogging site where bloggers can write blogs and general users can view and comment on the blogs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published