Skip to content

Software Engineering Capstone project, a system for BSU shuttle drivers to keep track of passenger count and time of arrival at each station.

Notifications You must be signed in to change notification settings

Yliu12/autoshuttlelog_Client

Repository files navigation

ShuttlelogClient

#project Blog link

#Preview(Frontend only) link

Deploy Instruction

Install Node.js

clone code

Install Angular CLI

npm install -g @angular/cli

Go to folder

cd autoshuttlelog_Client\

Install packages

npm i

Run develop mode

ng serve

go to browser and open

http://localhost:4200/#driver OR http://localhost:4200/#manager

build Production

npm run sw-build

move /dist folder to tomcat webapp root

for ec2 ami server, it's

/usr/share/tomcat8/webapps/Root

Restart Tomcat

About

Software Engineering Capstone project, a system for BSU shuttle drivers to keep track of passenger count and time of arrival at each station.

Resources

Stars

Watchers

Forks

Packages

No packages published