Skip to content

Latest commit

 

History

History
58 lines (55 loc) · 1.65 KB

README.md

File metadata and controls

58 lines (55 loc) · 1.65 KB

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