Survey Creator featuring a React.js frontend and Spring Boot backend using a H2 embedded database. This repo includes both survhey-frontend and survhey-backend as well as the docker-compose.yml
Run the following from the project-root:
docker-compose up
The FrontEnd NGINX Server is reachable by navigating to "localhost" in your web browser. The BackEnd is reachable under "localhost:8080"
- Project Documentation containing sequence diagrams, ER-diagrams, flow charts and more
- REST-API Documentation as OAS