Skip to content

A complete end to end Event Management System (EMS) made using the MERN Stack.

Notifications You must be signed in to change notification settings

suryxnshsingh/Eventsy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eventsy: OneStop solution for all your event management needs

Eventsy is a comprehensive event management application.

🔧Tech Stack:

Frontend:

React.js:Used for building the user interface with a component-based architecture, ensuring reusable and maintainable code.
Axios: For making HTTP requests to the backend APIs.
React Router: For managing client-side routing and navigation.

Backend:

Node.js: As the runtime environment for building the server-side application.
Express.js: A fast and minimalist web framework for Node.js, used for building the RESTful APIs.
MongoDB: A NoSQL database used for storing and retrieving application data efficiently.
Mongoose: An ODM library for MongoDB, used to manage relationships between data and schema validation.
JWT (JSON Web Token): For secure user authentication and session management.

Installation (Run Locally)

Backend

  cd backend
  npm install
  node index.js

frontend

  cd frontend
  npm install
  npm run dev

About

A complete end to end Event Management System (EMS) made using the MERN Stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published