Skip to content

Kaushalrr006/event_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Manager using MEAN

Event Planner Backend This is a backend application built with Node.js, Express, MongoDB, and TypeScript. It is a CRUD application that allows users to create, read, update, and delete events.

The frontend for this application is hosted at https://event-planner-frontend-kohl.vercel.app/.

Getting Started To run the application locally, you will need to have the following installed:

Node.js MongoDB npm

Once you have the prerequisites installed, you can run the following commands to install the dependencies and start the application:

npm install nodejs node server.js

The application will be available at https://backend-eventapp.onrender.com.

Demo

https://event-planner-frontend-kohl.vercel.app/.

Features

The application allows users to:

-Create new events

-Read existing events

-Update existing events

-Delete existing events