Skip to content

maulik225/Django-RESTAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

Django-RESTAPI

It's a crud operation api

Requirements

python 3.6.6
Django 3.1.2
Djangorestframework 3.12.1

Database

sqlite3

Installation

Django pip install Django==3.1.2

Djangorestframework pip install djangorestframework

To run The project make sure you installed all the requirement modules.

About

It's a CRUD operation REST Api Built in Django. You can perform Insert,Update,Delete operation on Employee and Inventory database using This REST API.

setting.py

INSTALLED_APPS = [
		...
		'rest_framework',
		'RESTApi'
		...
]

Run

Use This command for Run the project

python manage.py runserver

About

Django Rest api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages