django-rest-api-mongodb icon indicating copy to clipboard operation
django-rest-api-mongodb copied to clipboard

Python/Django CRUD with MongoDB example that uses Django Rest Framework for building Rest Apis

Django Restful CRUD API with MongoDB example

For more detail, please visit:

Django & MongoDB CRUD example with Rest Framework

Running the Application

Create the DB tables first:

python manage.py migrate

Run the development web server:

python manage.py runserver 8080

Open the URL http://localhost:8080/ to access the application.