Skip to content

This is a complete project in itself in which I used Django and djangorestframework to create RESTfull API.

Notifications You must be signed in to change notification settings

Kamalrathi49/django-RESTfullapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-RESTfullapi

Detail Brochure

Build Status

This is a complete project in itself in which I used Django and djangorestframework to create RESTfull API.

What Inside folder

  • django complete setup include
    • django project
    • django app
  • screen shot folder
  • requirements.txt

What Technology use

  • Python
  • Django
  • django-rest-framework
  • dbsqlite
  • Git
  • Github

What Are the features include in this assignment

  • Django built-in user authentication
  • API CRUD operation
  • dbsqlite database
  • modal impliments

Screenshots

  • API objects screenshot 1

  • Api CRUD operation screenshot 1

  • API screenshot 1

How To Run

  • clone the project from Github.

  • Start virtual environment

    • python -m venv env
    • window
      • venv\scripts\activate
    • linux
      • source venv\bin\activate
  • Install Django packages used in this project

    • pip install -r requirements.txt
  • Run makemigrations and migrate

    • python manage.py makemigrations
    • python manage.py migrate
  • Run the Django Server

    • python manage.py runserver
  • after sometime open https://localhost:8000 in your chrome

Note :- from my side everything is perfact and tested many time but it is also possible some error and bug can be found IN CASE please contact me at kamalrathi049@gmail.com

About

This is a complete project in itself in which I used Django and djangorestframework to create RESTfull API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published