This is a meeting planner application, where a user can see his/her meetings in calendar or 24-hour timeline format and an Admin can create/delete/update a meeting of any user he/she wants.
Click here to check the app.
- Angular 5 & Bootstrap 4 - Frontend
- Node.js & Express.js - Backend
- MongoDB - Database
- Socket.IO
- MongoDB
- Node.js
The steps you need to follow (assuming MongoDB is running):
git clone https://github.com/anishghosh103/planner.git
cd planner/server
npm install
node index