Skip to content

Instantly share code, notes, and snippets.

View PrinceBhalse's full-sized avatar

Prince Bhalse PrinceBhalse

View GitHub Profile

PR: PYTHONIIP01010.md

Event Management System - Assignment

Overview

This assignment focuses on building an Event Management API using Django and Django REST Framework (DRF). The API will allow users to create events, RSVP, and leave reviews. This assignment tests your understanding of key DRF and Django concepts like serializers, viewsets, permissions, and authentication.

Objective