Skip to content

Simple crud operation using django rest framework and mongodb. The user can perform operations using Postman API.

Notifications You must be signed in to change notification settings

sanils2002/MongoDB-Django-Rest-Framework-CRUD-Rest-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB-Django-Rest-Framework-CRUD-Rest-API

Simple crud operation using django rest framework and mongodb. The user can perform operations using Postman API.

Installation

pip install djangorestframework
pip install djongo
pip install django-cors-headers

How to use?

  • Clone the repository
  • Inside the project folder, open terminal
  • Run the following command in the terminal:
python manage.py runserver 8080
  • It will run the application on your localhost.
  • Open the browser with the localhost address and enjoy the application.

About

Simple crud operation using django rest framework and mongodb. The user can perform operations using Postman API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages