An event ticketing platform designed to operate seamlessly on the Camino blockchain. Built with Solidity smart contracts for the backend and a React frontend for user interactions.
- Event Creation: Event organizers can add new events with details like VIP and Silver ticket counts, prices, date, and venue.
- Ticket Purchasing: Users can easily purchase available VIP or Silver tickets for their desired events.
- Event Tracking: View and track details of all events, their current ticket availability, and more.
- Admin Panel: A dedicated admin panel for event management.
- Clone the Repository:
git clone https://github.com/bugratr/ticket- Install Backend Dependencies:
cd backend && npm install- Install Frontend Dependencies:
cd frontend && npm install- Setting up Environment Variables: Make sure to set up your environment variables for the backend and frontend (e.g., API keys, blockchain endpoint).
- Start the Backend:
cd backend && npm start- Start the Frontend:
cd frontend && npm startOnce the application is up and running, you can:
- Navigate to the main page to view all events.
- Purchase tickets for events.
- Log in to the admin panel for event management.
We welcome contributions from the community! Please read the contribution guidelines before starting.
This project is licensed under the MIT License - see the LICENSE file for details.
Bu README, projenizi tanımlamak ve kullanıcılara kurulum, kullanım ve katkıda bulunma hakkında bilgi sağlamak için basit ve açıklayıcı bir yapıya sahiptir. İhtiyaçlarınıza bağlı olarak bu şablonu genişletebilir veya değiştirebilirsiniz.