Skip to content

This is event booking website with admin panel to manage and register events.

Notifications You must be signed in to change notification settings

samiramrullah/Event-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Event-Management-System

This is event booking website with admin panel to manage and register events.

Front-end

Technlogies used:

  • React js
  • material ui
  • Bootstrap

Backend

Technlogies used:

  • Nodejs
  • Mongodb (mongo cloud)
  • Express
  • Mongoose

Steps to use it:

  1. Clone the repo (git clone [email protected]:samiramrullah/Event-Management-System.git)

    cd .\backend

    • npm install
    • npm start (It will start the backend server)

    cd .\frontend

    • npm install
    • npm start (It will start the front-end)

Backend dependencies

"bcrypt": "^5.1.0", --- Password is hashed with bcrypt
"body-parser": "^1.20.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.9.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.20"

About

This is event booking website with admin panel to manage and register events.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published