Spring MVC Application
Budget: $15 – $25 CAD
- Must be a spring MVC application
- A page with a form where users have to input information
- must have atleast 3 fields for the user to fill out [3]
- form must be validated on the server side (for every field) [4]
- contents from the form should be persisted if it passes validation (saved into a database) [8]
- A page that users can go to that lists the items created from the form in requirement 1 using Templates/Thymeleaf [6]
- must take an optional get param to filter the list by an attribute [4]
- There must be an API that returns the number of page hits since the server was online
- This api should be called asynchronously every 3 seconds and the results displayed on every page [7]
- There must be at-least 1 dependency injected into two different locations in the project [4]
- use of lombok in data classes [3]
- Aesthetically pleasing website (e.x using css or frameworks) (10 points)
Database is connected to AWS, with imoprted packages Lombok, Spring Web, Thymleaf
- A page with a form where users have to input information
- must have atleast 3 fields for the user to fill out [3]
- form must be validated on the server side (for every field) [4]
- contents from the form should be persisted if it passes validation (saved into a database) [8]
- A page that users can go to that lists the items created from the form in requirement 1 using Templates/Thymeleaf [6]
- must take an optional get param to filter the list by an attribute [4]
- There must be an API that returns the number of page hits since the server was online
- This api should be called asynchronously every 3 seconds and the results displayed on every page [7]
- There must be at-least 1 dependency injected into two different locations in the project [4]
- use of lombok in data classes [3]
- Aesthetically pleasing website (e.x using css or frameworks) (10 points)
Database is connected to AWS, with imoprted packages Lombok, Spring Web, Thymleaf