/survey-example-spring-boot-angular

This is a survey example using Spring Boot, Spring JDBC, Bean Validation, i18n, MapStruct, Simple Flat Mapper, Angular 5, Reactive Forms, Angular Material and H2..

Primary LanguageJavaApache License 2.0Apache-2.0

Survey Example with Spring Boot and Angular

Build Status

Overview

This is a survey example using Spring Boot, Spring JDBC, Bean Validation, i18n, MapStruct, Simple Flat Mapper, Angular 5, Reactive Forms, Angular Material and H2

Architecture

Domain Model

Launch

To launch the backend simply run

$./backend/mvnw spring-boot:run

And to launch the frontend run

$ ./frontend/yarn && yarn start

Api Documentation

You can access Swagger api documentation at

http://${host}:${port}/swagger-ui.html

example

http://localhost:8080/swagger-ui.html