Front end Components and Back end Controllers interaction. - HunYahiko/smart-parking-system GitHub Wiki

Components

Login Component.

Uses service: AuthService

REST controller path: /v1/api/auth/sing-in

REST controller class: AuthController

HTTP Method: POST

Registration Component.

Uses service: AuthService

REST controller path: /v1/api/users

REST controller class: UserController

HTTP Method: POST

Dashboard Component.

Uses service: ParkingLayoutService

REST controller path: /v1/api/layouts/{levelId}

REST controller class: ParkingLayoutController

HTTP Method: GET

Parameters: levelId - the UUID of level whose layout is wished to be displayed.

⚠️ **GitHub.com Fallback** ⚠️