A book tracking web app written in django and svelte
- JWT authentication
- users can add book to thier library in different fields, and rate them
- users can write multiple reviews about a book
- bookvita allows to create custom bookshelves, bookshelves are collection of books user can name it and add multiple books in them for example (top 100 books you should read)
- used cache for better speed on expensive task (requestin olib for data)
docker-compose up --build