HTTP API service for quote voting project sample
used Java, Spring Boot.
The API allows:
- Creation of a user account. User properties are name, email, password and date of creation;
- Getting user by id or email. No authentication mechanism and account rights management so far.
Docker image: apletenev/voting:userservice
Quote service with docker-compose.yml - here