Node.js based web application
To use this application you need to install the Node.js and express, mysql module. You need to install dependencies by runing: cd courseProject && npm install
After cloning it you could run node app.js to creat a server and start listening to port 3000. Visit http://127.0.0.1:3000 in your browser, you will see the login page. You could login to the user interface using the user info from the screen shot.
https://github.com/comp6905/courseProject/blob/master/screenshot/username%26password.png
Enjoy