Skip to content

vitormelon/transactions

Repository files navigation

Transactions

Prerequisites

You need Docker and docker-compose. Install docker compose documentation

Principal Commands

  • Run application with docker on port :8080
make up
  • Show and attach to application logs
make logs
  • Run tests with coverage
make test

API Endpoints

Endpoint Method Description
/accounts POST Create Account
/accounts/{:accountId} GET Get account by id
/transactions POST Create Transaction
/transactions/{:transactionId} GET Get transaction by id

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published