Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 662 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 662 Bytes

Planner

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.

Screenshot

Built With

  • Angular 5 & Bootstrap 4 - Frontend
  • Node.js & Express.js - Backend
  • MongoDB - Database
  • Socket.IO

Prerequisites

  1. MongoDB
  2. Node.js

Running the App

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