EventTick is a modern event ticketing platform built with the MERN stack (MongoDB, Express, React, Node.js). It allows users to view and manage event tickets, chat directly with event hosts, and enables hosts to respond to user messages and manage events efficiently.
- View Tickets: Users can browse all tickets they have created.
- Chat with Hosts: Users can initiate real-time conversations with event hosts.
- CRUD Ticket Operations: Create, read, update, and delete tickets.
- Host Responses: Hosts can respond to messages from users.
- Frontend: React
- Backend: Node.js, Express
- Database: MongoDB
cd backend
npm install
npm run startcd frontend
npm install
npm run dev- Users can create, view, update, and delete tickets.
- Users can chat with any event host.
- Hosts can respond to user messages and manage ticket listings.
Feedback and contributions are welcome! Please open an issue or submit a pull request for suggestions and improvements.
Chat system from the user's side
Chat system from the host's side
For questions or support, please contact: uwanaudofia8@gmail.com



