Skip to content

VITicketeer is a platform for VIT Bhopal students to buy tickets for any of their club events. Streamlining the process for both students and the clubs.

Notifications You must be signed in to change notification settings

sahilshenoy/VITicketeer

Repository files navigation

VITicketeer


Project Banner

An Events app for VIT Bhopal

VITicketeer is a comprehensive ticketing platform designed for the clubs of VIT Bhopal University to manage and book tickets for all club events.

📚 Table of Contents

  1. 🏁 Introduction
  2. 🛠️ Tech Stack
  3. 🌟 Features
  4. 🚀 Quick Start
  5. 🔗 About the Creators

Built on Next.js 14, VITicketeer stands as a comprehensive, full-stack platform for managing events at VIT Bhopal University. It serves as a hub for all college events, featuring seamless payment processing through Stripe. Students and staff can purchase tickets for any event or even initiate and manage their own events.

  • Node.js
  • Next.js
  • TypeScript
  • TailwindCSS
  • Stripe
  • Zod
  • React Hook Form
  • Shadcn
  • Uploadthing
  • Authentication (CRUD) with Clerk: User management through Clerk, ensuring secure and efficient authentication.

  • Events (CRUD): Comprehensive functionality for creating, reading, updating, and deleting events, giving users full control over event management.

    • Create Events: Users can effortlessly generate new events, providing essential details such as title, date, location, and any additional information.
    • Read Events: Seamless access to a detailed view of all events, allowing users to explore event specifics, including descriptions, schedules, and related information.
    • Update Events: Empowering users to modify event details dynamically, ensuring that event information remains accurate and up-to-date.
    • Delete Events: A straightforward process for removing events from the system, giving administrators the ability to manage and curate the platform effectively.
  • Related Events: Smartly connects related events, displaying them on the event details page to make it more engaging for users.

  • Organized Events: Efficient organization of events, ensuring a structured and user-friendly display for the audience, i.e., showing events created by the user on the user profile.

  • Search & Filter: Empowering users with a robust search and filter system, enabling them to easily find the events that match their preferences.

  • New Category: Dynamic categorization allows for the seamless addition of new event categories, keeping the platform adaptable.

  • Checkout and Pay with Stripe: Smooth and secure payment transactions using Stripe, enhancing user experience during the checkout process.

  • Event Orders: Comprehensive order management system, providing a clear overview of all event-related transactions.

  • Search Orders: Quick and efficient search functionality for orders, facilitating easy tracking and management.

Follow these steps to set up the project locally on your machine.

Prerequisites

Make sure you have the following installed on your machine:

Cloning the Repository

git clone https://github.com/sahilshenoy/VITicketeer.git
cd VITicketeer

Installation

Install the project dependencies using npm:

npm install

Set Up Environment Variables

Create a new file named .env in the root of your project and add the following content:

#NEXT
NEXT_PUBLIC_SERVER_URL=

#CLERK
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
NEXT_CLERK_WEBHOOK_SECRET=

NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/

#MONGODB
MONGODB_URI=

#UPLOADTHING
UPLOADTHING_SECRET=
UPLOADTHING_APP_ID=

#STRIPE
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=

Replace the placeholder values with your actual credentials

Running the Project

npm start

Open http://localhost:3000 in your browser to view the project.

Sahil Shenoy
Sahil Shenoy

Software Engineer with expertise in Cloud Computing, High Performance Computing, and Quantum Computing. Passionate about developing scalable solutions and exploring new technologies.

Dhwani Budhiraja
Dhwani Budhiraja

Full Stack Developer with a strong background in AI & web development and a keen interest in creating user-friendly applications. Skilled in various modern web technologies and always eager to learn more.

About

VITicketeer is a platform for VIT Bhopal students to buy tickets for any of their club events. Streamlining the process for both students and the clubs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published