Skip to content

ryan81g/code-review-RyanPalmer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the CarSaver Code Review Project!

First off, congratulations! You've made it to the next level of our hiring process.

This is a fairly bare-bones Spring Boot application. Some mistakes have intentionally been introduced. Some may have been unintentionally introduced (we're only human 🤷 ).

The application can be run in all the usual ways:

  • mvn spring-boot:run

  • ./mvnw spring-boot:run

  • An IDE that makes you feel comfortable and productive

Keep an eye out for code smells, potential errors, code style inconsistencies etc. The point of this code review exercise is to spawn conversation, not necessarily to test your ability to "find all the bugs". Some things you may find are subjective, and that's okay. We'd love to hear your opinion on those things.

Please pull down the project and create a pull request for review.


NOTE

The application is using an H2 in memory database. The console for which can be accessed at http://localhost:8080/h2-console

JDBC URL: jdbc:h2:mem:codereview

Username: admin

Password: password


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.3%
  • HTML 2.7%