Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 634 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 634 Bytes

GLUG MVIT WEBSITE

A website for GLUG MVIT.

Prerequisites

For Linux

  1. sudo apt-get install nodejs-legacy
  2. sudo apt-get install npm
    For MongoDB installation

How to use?

  1. Run mongod in terminal (Only for windows users)
  2. npm install -g nodemon
  3. Clone repository
  4. npm install inside the folder
  5. node app.js
  6. goto localhost:3000