Tixly is an event ticket booking app designed to simplify the process of attending live concerts and games. Users can easily browse events, and checks the list of events present, purchase tickets, and even resell their tickets by putting them on sale. Event organizers can create and manage events to sell tickets seamlessly through the platform, ensuring an all-in-one solution for both buyers and sellers.
Tixly is inspired by Ticketmaster, a popular platform for buying and selling event tickets. As part of a web backend school project, Tixly takes ideas from Ticketmaster, like creating events, selling tickets, and letting users resell their tickets. The goal is to build a smaller version that works well, showing how features like managing events, secure payments, and live ticket updates can be done. This project helps understand how backend systems work while creating something simple and useful.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js
. The page will auto-updates when you edit the file.
This project uses next/font
to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - We welcome contributions! Please fork the repository and create a pull request with your changes. Ensure that your code follows the project's coding standards and passes all tests.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.