8000 GitHub - damianparus/ebalance
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

damianparus/ebalance

Repository files navigation

Development

API docs

http://localhost:8080/v3/api-docs/

http://localhost:8080/swagger-ui.html

Add measure

curl -X 'POST' \
  'http://localhost:8080/api/measures' \
  -H 'Content-Type: application/json' \
  -d '{
  "dimensionId": 218,
  "measureTime": 1626119204,
  "measureValue": 100.18
}'

JSX preprocessor

npm install
npx babel --watch ./src/main/js/ --out-dir ./src/main/resources/static/js/ --presets react-app/prod

Build JAR

./gradlew bootJar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0