Giter Site home page Giter Site logo

event-hub's Introduction

Event Hub

Your event organization web app - post an event, set a price, and get paid via Stripe.

Built on Next.js 14, Event Hub is a comprehensive, full-stack platform for managing events. It serves as a central hub, showcasing diverse events from around the world. With seamless Stripe payment processing, you can purchase tickets for any event or create and manage your own events effortlessly.

Tech Stack

  • Node.js
  • Next.js
  • TypeScript
  • Tailwind CSS
  • Stripe
  • Zod
  • React Hook Form
  • Shadcn
  • uploadthing

๐Ÿš€ Authentication (CRUD) with Clerk: Secure and efficient user management through Clerk, ensuring seamless authentication.

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

  • Create Events: Easily generate new events with essential details such as title, date, location, and additional information.
  • Read Events: Access a detailed view of all events, exploring specifics including descriptions, schedules, and related information.
  • Update Events: Dynamically modify event details to ensure information remains accurate and up-to-date.
  • Delete Events: Remove events from the system effortlessly, allowing administrators to manage and curate the platform effectively.

๐Ÿš€ Related Events: Smartly connects and displays related events on the event details page, making it more engaging for users.

๐Ÿš€ Organized Events: Efficiently organizes events, ensuring a structured and user-friendly display, such as showing events created by the user on their profile.

๐Ÿš€ Search & Filter: Robust search and filter system enabling users to easily find events that match their preferences.

๐Ÿš€ New Category: Dynamic categorization allows seamless addition of new event categories, keeping the platform adaptable.

๐Ÿš€ Checkout and Pay with Stripe: Smooth and secure payment transactions using Stripe, enhancing the 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.

And many more features, including code architecture and reusability, to enhance your experience.

Make sure you have the following installed on your machine:

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 run dev

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

event-hub's People

Contributors

azimitina avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.