Event Management System

Description

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.

Features

  • User Registration and Authentication
  • Create, View, and Delete Events
  • Responsive UI for better accessibility

Installation

Before installing, make sure you have Node.js and MongoDB installed on your system.

  1. Clone the repository:
    git clone https://github.com/PonnadaKiran/voosh_assignment.git
    cd event_management_system
    
  2. Install the dependencies and start the server:
npm install
npm start