edmarfelipe / desafio-dev-api-rest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Installation

$ npm install

Running the app

$ docker compose up -d

Rotas

Open API: http://localhost:3000/api/

Criação de Conta POST /accounts
Bloquei de Conta PATH /accounts/{account-id}
Criação de Deposito POST /accounts/{account-id}/deposit
Criação de Saque POST /accounts/{account-id}/withdraw
Consulta Saldo GET /accounts/{account-id}/balance
Recuperar o Extrato GET /accounts/{account-id}/transactions

About


Languages

Language:TypeScript 91.8%Language:JavaScript 5.4%Language:Dockerfile 2.2%Language:Shell 0.6%