File | Date | Author | Commit |
---|---|---|---|
db | 2018-04-04 |
![]() |
[feb7a3] Node JS Sample Initial Commit |
node_modules | 2018-04-04 |
![]() |
[feb7a3] Node JS Sample Initial Commit |
public | 2018-04-04 |
![]() |
[feb7a3] Node JS Sample Initial Commit |
routes | 2018-04-04 |
![]() |
[feb7a3] Node JS Sample Initial Commit |
views | 2018-04-04 |
![]() |
[feb7a3] Node JS Sample Initial Commit |
README.md | 2018-04-05 |
![]() |
[73d946] Update README.md |
app.js | 2018-04-04 |
![]() |
[feb7a3] Node JS Sample Initial Commit |
package.json | 2018-04-04 |
![]() |
[feb7a3] Node JS Sample Initial Commit |
Log-in functionality is not included here.
NO ORM is used.
Intended Audience:
Beginners of Node JS
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