As a user I want to search for the available parking lots within the radius of a zipcode.
I as a user, also want to mark/unmark any favorite parking lots I visit often.
The application should have authentication enabled and remember my favorites.
Zipcode public api call
Call to a mock service for getting a list a parking lots and their prices
Tomcat authentication
Junit5
Hibernate - Generic Dao
SpringBoot - rest, mockito (unit testing by mocking services)
swagger (api documentaion)
Bootstrap
mysql
aws
https://github.com/sudershanpothina/parkinglotapi.git
http://3.130.227.98:8081/swagger-ui.html
http://3.130.227.98:8081/parkinglots http://3.130.227.98:8081/parkinglots/{comma delimited zipcodes}