You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is about implementation of mongodb database for a django project for this i have used djongo. Basically djongo acts as a middleware that converts traditional sql operations by ORM into mongodb database operations.
In this project, I have created a booking system RestAPI that allows users to sign up, log in, and book a advisors with booking time and date and admin can add advisors. It also allows users to view their bookings. the system is built using Python, Django, MongoDB