Build Rest Apis using Django Rest Framework that can create, retrieve, update, delete and find Products. All the product data is stored in MongoDB database. This has been created according to the guidelines given for POC 5 by BCT L&D team.
- Django Rest Framework
- Python 3
- MongoDB
- Microsoft Visual Studio 2019
- Postman
- Clone this repository: https://github.com/sakshibasapure/BCT-POC-5-Sakshi-Basapure.git
- To create database in MongoDB enter
python manage.py migratein cmd - To run development web server enter
python manage.py runserver 8080in cmd - Open the URL http://localhost:8080/ to access the application.