Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.76 KB

README.md

File metadata and controls

50 lines (37 loc) · 1.76 KB

DNA Example Web App

Note: This is a live template.

Local Run entire app with Docker Compose

docker compose build && docker compose watch

See UI at http://localhost:3000/ See the Swagger API UI at http://localhost:8080/api_docs

Stop the Local Run entire app with Docker Compose

docker compose down

Add unit tests to PR with Jenkins

Auto generate API interface from backend

docker compose run --rm generate_openapi_client