Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 608 Bytes

File metadata and controls

29 lines (21 loc) · 608 Bytes

Tools used

  • Java 1.8
  • Spring Boot
  • Swagger
  • Basic Authentication
  • Filter by Example Criteria
  • Database H2 (In-Memory)
  • Maven

How to run it

Main class: ServerApplicantTestApplication.java

Go to: http://localhost:8080

How to authenticate/login

Authorization method used: Basic

Using Swagger:

Click on Authorize button. Swagger Screenshot

  • User: user
  • Password: password

Using curl:

curl  --user user:password 'http://localhost:8080/v1/drivers?onlineStatus=ONLINE'