(Assuming you have nodejs , xampp(or equivalent tool) installed)
Step 1 : Clone or download the repo and unpack it
Step 2 : Import the sql file at ./db_export_file/nodemysql.sql to a newly created database (prefferred name = "nodemysql")
Step 3 : If name of db changed then it should be changed at ./config/connect.js line 20
Step 4 : then from the root directory execute the commands :
* npm install
* npm run dev
Your app will be up and running at localhost:3000
admin credentials :
username : AD15TVE001
password : abcd
To see the documentation goto -> Documentation
Shows a brief of the database design and workflow of the project