https://github.com/kimaruthagna/mongodjango
Tutorial on using a mongoDB database with django
https://github.com/kimaruthagna/mongodjango
django django-rest-framework mongodb postman-api rest-api
Last synced: 3 months ago
JSON representation
Tutorial on using a mongoDB database with django
- Host: GitHub
- URL: https://github.com/kimaruthagna/mongodjango
- Owner: KimaruThagna
- Created: 2020-03-14T09:04:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T10:25:07.000Z (over 5 years ago)
- Last Synced: 2025-03-18T08:34:40.128Z (7 months ago)
- Topics: django, django-rest-framework, mongodb, postman-api, rest-api
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mongoDjango
Tutorial on using a mongoDB database with django
The app is a simple sample showing how a DRF app would be built on a mongo db database.
One instance will use models and use djongo to perform migrations and save to mongoDB,
the other version will be a free-will version where there will be no predefined model. Data will be saved as is when it comes from the API.
The database server used is mlab to host the mongoDB instance.