Skip to content

cyhsutw-courses/database_database-driven-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBMS Project 2

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:

  1. Install the Node.js framework
  2. Go to the Server directory and execute the following commands in a command line prompt:
$ npm install
$ npm start

and you will get this if the server is running:

> [email protected] start /PATH/TO/Server
> node server.js

Listening on port 8080

After starting the server, you may go to

http://127.0.0.1:8080/

to access the app.

##Known Issues

  • Can't execute the Incident part if you choose Stolen/Robbed as the type.
  • No classmates will be inserted in the Criminal part.

##Contact Please contact ChengYu Hsu for any issue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published