- development environment: Nodejs, HTML, CSS, Javascript
- framework : expressjs
- template: bootstrap 3.3.1
- database: mysql
- 註冊,登出,登入
- 賽事報名
- 公佈欄
- 管理員管理(admin)
- Create database named'test' into mysql.
- Run user.sql file to create required table into test database
Configure nodejs application
- clone all files and name the file whatever you like.
- run npm install
Run node js application server
- type the command "node app.js"
Test nodejs application
- open localhost8080 on browser