survey-example-spring-boot-angular icon indicating copy to clipboard operation
survey-example-spring-boot-angular copied to clipboard

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..

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

Donations

If you find my work useful, consider donating to support it :)

Image of Ethereum Ethereum

You can simply scan this QR code to get my Ethereum address

My QR Code

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