Skip to content

iamclaude/CapstoneProject_EventManagement_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎟️ VibeConnect API

VibeConnect is a backend API project built with Django Rest Framework (DRF).
It allows users to manage and interact with events, bookings, and tickets in a simple, efficient way.


📌 Project Overview

The goal of this project is to create a RESTful API that supports:

  • User registration, login, and authentication.
  • Event creation and management.
  • Ticket creation, booking, and tracking.
  • CRUD operations for all core resources (Users, Events, Bookings, Tickets).

🧩 Features

  • User authentication (JWT or session-based)
  • CRUD operations for:
    • Users
    • Events
    • Tickets
    • Bookings
  • Relationship mapping between users, events, and tickets
  • Well-structured RESTful endpoints
  • Deployed and version-controlled via GitHub

⚙️ Tech Stack

  • Language: Python
  • Framework: Django & Django REST Framework
  • Database: SQLite (for development)
  • Tools: Git, VS Code, Postman (for testing APIs)
  • Environment: Virtualenv (venv)

🗂️ Project Structure

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages