Skip to content

geckguy/event-management-DRF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

event-management-DRF

This is an API for an Event Management System built with Django and Django REST Framework. The API allows for the creation, reading, updating, and deletion of users, colleges, students, and events.

Features:

  • User Management: Register new users, authenticate users, and refresh JWT tokens for ongoing sessions. CRUD operations on user profiles are also supported.
  • College Management: Perform CRUD operations on college data.
  • Student Management: Manage student data with CRUD operations. Each student is associated with a specific user and college.
  • Event Management: Create, read, update, and delete events. Each event is associated with a specific college.

Usage

All endpoints return data in JSON format. Most endpoints require JWT token authentication, which should be included in the Authorization header of the request in the format `Bearer

Refer to the API documentation here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages