Mock API for case creation and updates with Gin + swaggo.
- Go 1.20+
- Docker
make install
make runmake docdocker run -p 9090:8080 -e SWAGGER_JSON=/foo/swagger.yaml -v $(pwd)/docs:/foo swaggerapi/swagger-uiThen open http://localhost:9090 in your browser.
Click on authorize and use test-admin as bearer token.
cd reactflow-graph
npm install
npm run devThen open http://localhost:5173 in your browser.