A simple full-stack Event Management Platform built with HTML, CSS, JavaScript, Node.js, Express.js, and MongoDB.
- Admin Login using JWT Authentication
- Create New Events
- Delete Events
- View Upcoming Events
- MongoDB Database Integration

Frontend: HTML, CSS, JavaScript
Backend: Node.js, Express.js
Database: MongoDB Atlas
cd backend
npm install
node server.jsOpen frontend/index.html in your browser or run it using Live Server.