- create project with jpa and mysql dependency + web
- create the database from the console if you haven't
- create the configuration in the application.properties file
- run the application and see it works
- create the entity class
- create the repository interface
- create the service class
- create the controller class
- enjoy your project (:
