joshijoe05/Django-REST-API
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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