Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 560 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 560 Bytes

SWC-HAB-Portal

Run Locally

Clone the project

  git clone https://github.com/swciitg/HAB-2.0_21.git

Go to the project directory

  cd directory-name

Install dependencies

  npm install

Create a .env file

OUTLOOK_CLIENT_ID="",
OUTLOOK_CLIENT_SECRET="",
OUTLOOK_CALLBACK="",
MONGO_URI=,
PORT=

Start the server

  node app.js

It'll show as : VS Code

Screenshot 2022-03-13 at 13 39 35