Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.29 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.29 KB

Django-Book-Review-Blog

A full featured blogging app where users can create profile, write book reviews, update and delete them.

Screenshots

Home Page

Book Review Blog

Profile Page

Book Review Blog

Create-New-Review Page

Book Review Blog

Post-Edit Page

Book Review Blog

Features

  • A fast, interactive interface for book lovers.
  • Create profile, update and delete them.
  • Group Book reviews from same user.
  • Interactive E-mail support.
  • Create, update and delete the blog posts.

Prerequisite

python == 3.5 or up

Getting started

To get started, run the following in a virtual environment:

pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details