Spring boot backend for SuperHero film database
- Install MySql database
- In directory /db_files run scripts 01-create-user.sql (this will create user access) and 02-add-information (this will create database)
- Run this Spring boot application
- Go to your favorite web browser and try this URL: http://localhost:8080/api, if you see some data this application works