ongraphpythondev / Django_REST_CRUD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 96.5%Language:HTML 1.4%Language:JavaScript 1.0%Language:CSS 0.9%Language:PowerShell 0.1%Language:Batchfile 0.0%