Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 398 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 398 Bytes

SmartParkingREST_API

A REST API for managing smart parking using Spring framework

Run the application and it will generate a jar file. Find the jar file in {parent-folder}\target\ named as smartParkingAPI-0.0.1-SNAPSHOT.jar Run the jar file.

Goto http://localhost:8080/ followed by the proper url-pattern for trying out REST API.

Example: http://localhost:8080/lot to get all the lot details.