Skip to content

chergey/bank-rest-service-spring

Repository files navigation

Bank rest service

Project featuring REST service with of Spring Boot as opposed to same project without spring

Build Status Quality Gate Status

Features

To run

mvn package
sudo docker-compose up --force-recreate

Sample requests

curl -X POST http://localhost:<port>/api/accounts/transfer?from=1&to=2&amount=10
curl http://localhost:<port>/api/accounts
curl http://localhost:<port>/api/accounts/somename?page=&size=20
curl -X DELETE http://localhost:<port>/api/accounts/2

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published