Skip to content

eduladder/nodeemp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodeemp

Simple node emp using mongodb as the back end for linux boxes. To maintain list of users and there access

Stock holders

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.

Steps to install

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

Follow thease commands


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']

Cheers

Once it is startted go to the browser and type http://localhost:3000/employees/

There you can add edit delete employees

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.0%
  • HTML 21.3%
  • CSS 0.7%