Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 605 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 605 Bytes

Django-project

A basic backend structure for maintaing a list of webinars you/your organization conducts using API. It uses Djoser library for maintaing user accounts and authentication of users- https://djoser.readthedocs.io/en/latest/introduction.html

It's model consists of fields- webinar name, details and status (True/false depending on whether it's already conducted or not) and a unique id (uuid basically)

Users can add, delete, or update the status of webinars

(Docs of basic requests in postman used while creating- https://documenter.getpostman.com/view/12133519/T1DqewFg?version=latest)