Skip to content

radiant-network/radiant-case-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radiant Case API

Mock API for case creation and updates with Gin + swaggo.

Requirements

  • Go 1.20+
  • Docker

Run Locally

make install
make run

Build the documentation

make doc

Display in Swagger

docker run -p 9090:8080 -e SWAGGER_JSON=/foo/swagger.yaml -v $(pwd)/docs:/foo swaggerapi/swagger-ui

Then open http://localhost:9090 in your browser.

Click on authorize and use test-admin as bearer token.

Run reactflow-graph

cd reactflow-graph
npm install
npm run dev

Then open http://localhost:5173 in your browser.

About

Documentation for Case API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •