Spring Boot project for the subject of backend frameworks and microservices of the master of agile development for the web.
Project is consists of an API Rest using spring boot framework and frontend developed with spring mvc and thymelead. This web app manage films and actors. And shows multiple carrousel in the main page with different types of movies.
Technologies usages:
- Spring Framework
- JPA: persistence database java
- MySQL: relational data base
- Thymeleaf: HTML5 template engine
- SCSS: preprocessor CSS
- jQuery: javascript library
- AJAX: library javascript asynchronous
- Bootstrap: css styles
- Font awesome: icons svg
- Flickity: carrousel javascript library
- Start mysql server and create scheme with bbdd.sql file of the repository
- Dump sql scripts to "/data/dump" or import csv files
- Opens maven API backend "/peliculasActores" project
- Configures SASS preprocessor styles
- Runs API project
- Opens and run maven frontend /peliculasFrontend project
- Opens http://localhost:9000 to show app web or http://localhost:8001 for usage api rest