python manage.py runserver
python manage.py createsuperuser
For authentication, we have implemented a JWT-based authentication system. The user receives two tokens, one of which allows access to various APIs.
A registered user can navigate to different endpoints to get information about books. Additionally, the user can rate each book and receive book recommendations based on their ratings or favorite genres.
See Django Reference. See Django RestFramework Reference See Python PostgreSQL - Database Connection