This Event Management System is a web application that allows users to register, log in, and manage their events. It's built using Node.js, Express, MongoDB, and EJS as the templating engine.
- User Registration and Authentication
- Create, View, and Delete Events
- Responsive UI for better accessibility
Before installing, make sure you have Node.js and MongoDB installed on your system.
- Clone the repository:
git clone https://github.com/PonnadaKiran/voosh_assignment.git cd event_management_system
- Install the dependencies and start the server:
npm install
npm start