Simple crud operation using django rest framework and mongodb. The user can perform operations using Postman API.
pip install djangorestframework
pip install djongo
pip install django-cors-headers
- 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.