|
|
il y a 5 ans | |
|---|---|---|
| docs | il y a 5 ans | |
| src | il y a 5 ans | |
| README.md | il y a 5 ans | |
| pom.xml | il y a 5 ans |
Server created with SpringBoot, Lombok, and maven
mvn clean spring-boot:run
The server application will spawn on http://localhost:8080
###Open Endpoints
Endpoints for viewing and manipulating the Parking Lots and park cars.
GET /parking_lotPOST /parking_lotDELETE /parking_lot/{parkingLotId}GET /parking_lot/{parkingLotId}PUT /parking_lot/{parkingLotId}POST /parking_lot/{parkingLotId}/parkDELETE /parking_lot/{parkingLotId}/park