Simple node emp using mongodb as the back end for linux boxes. To maintain list of users and there access
1)Admin - Able to add all kind of users and all kind of access
2)Community manager - Able to add new users and maintain there attentance and there details
3)Members - Able to edit there detail and able to see there attentance.
1)Make sure that your mongodb is running on your local machine
https://docs.mongodb.com/manual/administration/install-on-linux
2)Make sure that the machine has node js
https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-16-04
sudo mkdir new
cd new
git init
git remote add origin https://github.com/arunwebber/nodeemp.git
git pull origin master
[Wait till the download is completed]
sudo npm install
[Wait till the installation is completed]
sudo node ./bin/www
[In terminal it will show 'App startted Port: 3000']
Once it is startted go to the browser and type
http://localhost:3000/employees/
There you can add edit delete employees