Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 717 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 717 Bytes

交大體育周 報名網站 資料庫期末專案


交大資工選修 基本的體育賽事報名網站 開發工具

  • development environment: Nodejs, HTML, CSS, Javascript
  • framework : expressjs
  • template: bootstrap 3.3.1
  • database: mysql

網站功能

  1. 註冊,登出,登入
  2. 賽事報名
  3. 公佈欄
  4. 管理員管理(admin)

Create db and table

  1. Create database named'test' into mysql.
  2. Run user.sql file to create required table into test database

Configure nodejs application

  1. clone all files and name the file whatever you like.
  2. run npm install

Run node js application server

  1. type the command "node app.js"

Test nodejs application

  1. open localhost8080 on browser