Skip to content

joshijoe05/Django-REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

How to run project :

 -> Download Project or Clone Repository
 -> Extract files and move inside project folder, and type the following commands.
		-> Run Command "pip install -r requirements.txt"
		-> Run Command "python manage.py runserver"
 -> API URL's :
		1. /all			(for viewing all the data)
		2. /create      	(for creating new data)
		3. /create/id  	(for updating a data with that corresponding id)

 -> Packages Used are : Django, Django Rest Framework

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published