- This is an Node JS Web app for maintaining employees record
- Helps in making all transactions in Realtime
- Scheduled Transactions like distributions of salary to employee
- Making realtime transactions to vendor
Clone the repo using following command :
git clone https://github.com/manmeet-rana/EmployeeApp.git
In root directory of project run the command this will install the required modules:
npm install
Run the command to start the node server:
node ./bin/www
After that server is listening on port 3000 so open the localhost server in browser :
localhost
Service | Tech Used |
---|---|
Backend | Node JS |
Database | MongoDB |
Search Engine | Elastic Search |