Spring Boot MySQL Demo This project was created as a starting point for a simple MySQL-backed API. Tutorials are available to explain the steps on Medium: Creating an API with Spring Boot and MySQL Part 1 - Create a Spring Boot application with Spring Initializr Part 2 - Create the first API endpoint to POST a User Part 3 - Create more API endpoints to GET, PUT, and DELETE Users Part 4 - Add API documentation with Swagger