Skip to content

NoMoreRounding/BackEnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Due to security issues, application.yml which has vulnerable information of DB and SMTP is eliminated in this commit. However, you can test this by http://146.56.158.121:1998/swagger-ui.html#/ that runs on the server. If the url doesn't work, contact us via issues of this repo.

No More Rounding API Document http://146.56.158.121:1998/swagger-ui.html#/

version 1.0

http://localhost:1998/v2/api-docs

Spring Boot Rest API

Auth Controller

  • POST
    /api/auth/token | reIssueToken : reissue token by refresh token

Parking Controller

  • POST
    /api/parking/makeLot | makeLot : make parking lot

  • POST
    /api/parking/park | park : park a car on a space

  • GET
    /api/parking/search/{floor} | search : get a floor of parking lot

  • DELETE
    /api/parking/unpark | unpark : unpark a car from a space

User Controller

  • POST
    /api/user/findId/{email} | findLoginId : find login id by email

  • POST
    /api/user/login | login : login

  • POST
    /api/user/reset | resetPassword : reset Password and send email with temporary password

  • POST
    /api/user/signup | signUp : sign up

  • POST
    /api/user/update | update : update user info

Models

  • CarResponse
  • LoginRequest
  • LotRequest
  • LotResponse
  • ResetRequest
  • SignUpRequest
  • SpaceRequest
  • SpaceResponse
  • SpecificSpaceRequest
  • SpecificSpaceResponse
  • StringResponse
  • TokenRequest
  • TokenResponse
  • UserRequest
  • UserResponse

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages