Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 649 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 649 Bytes

carFinder

  • Single Page Web Application
  • Spring Boot to create RESTful API's and update MySQL DB
  • Dependency Injection in Angular services and with JPA Repositories in Controllers
  • ORM using JPA/Hibernate
  • Tokens/Cookies/Authorization with Okta
  • Hosting Spring-Boot on Google Cloud Platform
  • Continuous Integration with Netlify

Click the link below to check the web-app out.

https://car-app.netlify.com/report-car

Models and Controllers:

https://github.com/frlzjosh/carFinder/tree/master/oop/src/main/java/com/example/oop

Unit Testing:

https://github.com/frlzjosh/carFinder/tree/master/oop/src/test/java/com/example/oop/Controllers