Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 646 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 646 Bytes

Installation Instructions

Spring boot REST Api

Versions

  • Java - 1.8
  • Spring Boot - 2.3.2.RELEASE

Start Using Maven

Run following commands from the root of the project folder

stop_point_arrival_time> cd .\stop_point_arrival_time_ws\
stop_point_arrival_time_ws> mvn spring-boot:run

Navigate to http://localhost:8080/ for Swagger UI

Angular Client

Versions

  • Angular 9.0.7

Start Using Angular CLI

Run following commands from the root of the project folder

stop_point_arrival_time> cd .\angularclient\
angularclient> npm update
angularclient> ng serve

Navigate to http://localhost:4200/