RESTful API built using Django REST Framework.
- JWT Authentication
- User Registration
- Books CRUD
- Reviews CRUD
- Permissions
- Python
- Django
- Django REST Framework
- Simple JWT
- SQLite3
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver