#Rezzy Raunt project
For building and running this project you'll need to:
We can run this Spring Boot application on your local machine. One way is to execute the main method in the RezzyRauntApplication class from your IDE. Also you can use the Spring Boot Maven plugin like so:
mvn spring-boot:run
http://localhost:8080/ or http://localhost:8080/rezzyraunt
- Refactoring the REST API improving the return messages.
- Refactoring the entire project. I know that I can build a better code;
- Include a cache system (Redis);
- Include a database(Elasticsearch, MongoDB or Cassandra)
- Include more tests to guarantee the business rules of the project.