This project consumes two API endpoints (List all bids by user id & list all active jobs) from the restMCV project. It also has the ability to change the language and there is a form also to allow the user to input a user id to view all bids for that user.
Note: You must first have restMCV project running, because this project uses its API to display data.
- Lombok (must have instailed)
- Spring MVC with Spring Boot
- Maven
- Thymeleaf
You should be able to start the example application by executing ie.son.WebMvcApplication which starts a webserver on port 9090 (http://localhost:9090).