Skip to content

anishghosh103/planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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