Django CRUD

In this POC I created rest CRUD application

Prerequisites

You will need the following programmes properly installed on your computer.
Python 3.7+

Installation and Running

clone the repository

git clone https://github.com/ongraphpythondev/Django_REST_CRUD.git
cd Django_REST_jwt

create a vertual environment

python3 -m venv .venv
.venv/bin/activate.bat

install required packages

pip install -r requirements.txt

running

python manage.py runserver

Functionalities Included:

  1. Create Book
  2. Read Book
  3. Update Book
  4. Delete Book