Menu

Tree [73d946] master /
 History

HTTPS access


File Date Author Commit
 db 2018-04-04 root root [feb7a3] Node JS Sample Initial Commit
 node_modules 2018-04-04 root root [feb7a3] Node JS Sample Initial Commit
 public 2018-04-04 root root [feb7a3] Node JS Sample Initial Commit
 routes 2018-04-04 root root [feb7a3] Node JS Sample Initial Commit
 views 2018-04-04 root root [feb7a3] Node JS Sample Initial Commit
 README.md 2018-04-05 Tharindu Weerasinghe Tharindu Weerasinghe [73d946] Update README.md
 app.js 2018-04-04 root root [feb7a3] Node JS Sample Initial Commit
 package.json 2018-04-04 root root [feb7a3] Node JS Sample Initial Commit

Read Me

Simple HR/Admin Tool for a Company in Node JS

Log-in functionality is not included here.
NO ORM is used.

Intended Audience:
Beginners of Node JS

How to use:

Install Node JS in your machine.
Get the source code.
Look at the db folder and create the MySQL table structure as given in the dump.
Since all the needed modules are included here you can straight away run node app.js and you will see this shell output: "Express server listening on port 3300"
You can access as follows:

Employees:
http://localhost:3300/employees

Inventory:
http://localhost:3300/inventory

Projects:
http://localhost:3300/projects