This project is a toy police system for for the course Introduction to Database System offered by Yi-Shin Chen.
##Contributors
- 9962203 / 張馨尹
- 9962210 / 徐丞裕
- 9962211 / 李昀叡
- 9962230 / 江彥勳
- 9962231 / 陳盟仁
- 9962319 / 呂佳鴻
(sorted by student ID)
##Running the Program This project utilized Node.js and Express.js as its server.
You may start the server by the following steps:
- Install the Node.js framework
- Go to the
Serverdirectory and execute the following commands in a command line prompt:
$ npm install
$ npm startand you will get this if the server is running:
> dbms-p2@0.0.1 start /PATH/TO/Server
> node server.js
Listening on port 8080After starting the server, you may go to
http://127.0.0.1:8080/
to access the app.
##Known Issues
- Can't execute the
Incidentpart if you chooseStolen/Robbedas the type. - No
classmateswill be inserted in theCriminalpart.
##Contact Please contact ChengYu Hsu for any issue.