/PiggyMetrics-account-service

Proof of concept Microservice Architecture with Spring Boot, Spring Cloud, Docker and Kubernetes

Primary LanguageJavaMIT LicenseMIT

Piggy Metrics (Kubernetes) - Account service

CircleCI codecov GitHub license

Contains general user input logic and validation: incomes/expenses items, savings and account settings.

Method Path Description User authenticated Available from UI
GET /accounts/{account} Get specified account data
GET /accounts/current Get current account data × ×
GET /accounts/demo Get demo account data (pre-filled incomes/expenses items, etc) ×
PUT /accounts/current Save current account data × ×
POST /accounts/ Register new account ×

For more information please refer to the main repository afermon/PiggyMetrics-Kubernetes

Credits