This is event booking website with admin panel to manage and register events.
- React js
- material ui
- Bootstrap
- Nodejs
- Mongodb (mongo cloud)
- Express
- Mongoose
- Clone the repo (git clone git@github.com:samiramrullah/Event-Management-System.git)
- npm install
- npm start (It will start the backend server)
- npm install
- npm start (It will start the front-end)
- npm install
"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"