CRUD operations for books, REST API support, and JWT token authentication.
- Clone reposatory
git clone https://github.com/nikeshthapa255/book_api.git
- Make virtual enviroment
python -m venv .env
.\.env\Scripts\activate
- Install all necessary dependencies
>> cd book
pip install -r requirement.txt
- Run application
python manage.py makemigrations
python manage.py migrate
python manage.pr runserver
For more information go - http://127.0.0.1:8000/api/docs/