Skip to content

dha-stix/eventtiz-appwrite

Repository files navigation

Event ticketing application with Next.js and Appwrite Cloud

The application does the following:

  • authenticates users via Email and Password with Appwrite,
  • allows users to create events and generate an RSVP or registration link to share with friends or the public.
  • when someone registers via your invite (RSVP) link, they receive the event ticket in their email, including a passcode which you can use to verify their event ticket from your dashboard.
  • The application also allows you as a user to view the number of people who registered for your event, validate an attendee's ticket via the passcode they receive, and also disable the registration link when you have enough attendees. You can also delete an event after it has occurred.
Event ticketing system

Live Demo

How-to Guide

Read article on Hashnode

Installation

  • Clone the project repository. Don't forget to star the repo 😉
  • Run npm install to install its dependencies.
  • Start the development server by running npm run dev

Tools