/Easy-Leave

A college project on leave management

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Easy-Leave

A college project on leave management

How to run

Download and install node.js, npm and monogdb
clone this repository and cd into it
Start mongodb server
Configure mongodb. See here
Once done, replace the username and password with your's in Src/Server/index.js at process.$config.mongoUrl
Run npm i [Only at first run]
Run npm start