Link of the Application Walk-though: https://drive.google.com/file/d/1_5i3hKSrdNKLOirkzscqWtT6r8ZXymqw/view?usp=sharing
- 1. Your project must be created in an IntelliJ project called Summative-1-Lastname-Firstname.
- 2. Your project must be built using Spring Boot and Spring MVC.
- a. Initialize the project using start.spring.io.
- 3. Your project must have a series of tests using MockMvc.
- 4. Your project must use in-memory data that follows the pattern demonstrated previously in this module.
- 5. Your REST API must accept and return data in JSON format where appropriate.
- 6. Your REST API must be documented using Swagger.
- Save the .yaml file in the root of the project directory.
- 7. You must provide a 1 to 3 minute video summary of the project.