A full featured blogging app where users can create profile, write book reviews, update and delete them.
- 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.
python == 3.5 or up
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
- Bishnu - Initial work - Bishnu Subedi
This project is licensed under the MIT License - see the LICENSE file for details