Skip to content

CRUD operations for books, REST API support, and JWT token authentication.

Notifications You must be signed in to change notification settings

nikeshthapa255/book_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

book_api

CRUD operations for books, REST API support, and JWT token authentication.

Installation

  1. Clone reposatory
git clone https://github.com/nikeshthapa255/book_api.git
  1. Make virtual enviroment
python -m venv .env
.\.env\Scripts\activate
  1. Install all necessary dependencies
>> cd book
pip install -r requirement.txt
  1. 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/

About

CRUD operations for books, REST API support, and JWT token authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages