A full stack reading tracker app inspired by Goodreads. This project is designed to simplify users' reading experience. It provides an easy and efficient way to keep track of the user's books in an accessible list, while the progress bar to track their reading progress helps users feel more motivated to finish the books.
This app handles authentication, authorization, error handling and creating / deleting objects in a database.
Machine learning book recommendation section and full CRUD feature in progress.
- Python
- Javascript
- Django
- Bootstrap
Clone this repository.
pip install -r requirements.txt
python manage.py runserver
http://127.0.0.1:8000/