Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 608 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 608 Bytes

ALUMNI MANAGEMENT SYSTEM

Alumni Management System built on top of Node,Express and MongoDB

FEATURES

  • One in all system for Alumni,Professors and Students
  • Add Posts Section to enable efficient interaction among all sections of an Institute
  • Past Events Section for enabling people to accesss previous events within their absence
  • Chat Section via whatsapp for easy interaction

How To Run

Spin up the mongo server in cli

mongod

In another cli window

npm install
node app.js

Open Browser

localhost:3000