This project is a full-featured CRUD (Create, Read, Update, Delete) application built using the Django framework, MongoDB database, and Docker containerization technology. It is designed to demonstrate modern web development practices, showcasing how database operations are handled with MongoDB while providing a portable and easily deployable environment with Docker.
# Python version == 3.7.9
# Dependencies
asgiref==3.3.1
pytz==2020.5
sqlparse==0.2.4
django==3.0.5
django-cors-headers==3.7.0
pymongo==3.11.2
djangorestframework==3.12.2
djongo==1.3.3
git clone https://github.com/furkankayam/fullstack-django-mongodb-docker-crud.git
docker-compose up
http://localhost
http://localhost:5000/
This project is licensed under the MIT License. See the LICENSE file for details
Created by Mehmet Furkan KAYA