https://github.com/ranfysvalle02/event0
An open-source, free forever ticketing platform built on MongoDB Atlas; The best developer data platform out there.
https://github.com/ranfysvalle02/event0
Last synced: 27 days ago
JSON representation
An open-source, free forever ticketing platform built on MongoDB Atlas; The best developer data platform out there.
- Host: GitHub
- URL: https://github.com/ranfysvalle02/event0
- Owner: ranfysvalle02
- Created: 2022-12-10T05:07:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T05:14:20.000Z (about 1 year ago)
- Last Synced: 2025-07-02T13:12:38.043Z (3 months ago)
- Language: HTML
- Size: 230 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# event0
##### a ticket platform without the fees or the ticket scalping## How will this prevent ticket scalping?
Tickets can only be resold for the price they were purchased. It's essentially a transfer of ownership.
If the person wants a ticket to the event, he can purchase it directly from event owner. If the tickets are sold out - the user may still attempt to purchase the ticket at which point they'll be added to a waitlist. If a ticket of the desired type becomes available (by someone who owns a ticket of that type 'transfering it to the resale system') - the system will randomly select someone from the waitlist and grant that ticket to that person. In this stage we could issue refunds, payment processing, etc. Keep your tickets, and your scalp.## Is it really free?
Yup. The whole thing is hosted on MongoDB Atlas free tier.# Limitation for Demo
- Platform does not support ticket resale until tickets are SOLD OUT
- Resale == Ticket Ownership Transfer (no fee; no ticket scalping;)# Latest updates
- Partial.ly integration for ticket price > 0.00;
- Photo Gallery using iFrame (for event only)
- Centralized 'Authentication'# Testing the DEMO
- Please use a test credit card: 4242-4242-4242-4242; MM/DD: 12/25; CVC: 123# Demo Features
- Register/Login
- Purchase tickets
- Transfer tickets
- View Tickets
- embedded Atlas Charts using "On-Demand Materialized Views" @ Event Page
- QR Scanner / Checkin for Event Admin
- Secure with App Services Authentication / Rules / Realm-Web SDK
- Find Events (GraphQL behind the scenes)
- Create Events
- Edit Events# LIVE DEMO
https://event0-ssxjd.mongodbstitch.com/index.html -> My Event Ticketshttps://event0-ssxjd.mongodbstitch.com/scanner.html -> QR Scanner / Checkin
https://event0-ssxjd.mongodbstitch.com/event.html -> Purchase Tickets
https://event0-ssxjd.mongodbstitch.com/register.html -> Register
https://event0-ssxjd.mongodbstitch.com/new-event.html -> Create new event
https://event0-ssxjd.mongodbstitch.com/edit-event.html -> Edit event
https://event0-ssxjd.mongodbstitch.com/all-events.html -> Browse all events (Using GraphQL without APOLLO)
# Inspired by
