Skip to content

Criando uma API com Node.js aplicando testes (TDD) desde o princípio.

License

Notifications You must be signed in to change notification settings

vitorgamer58/BarrigaRest

Repository files navigation

BarrigaRest

Esta API foi criada com base no curso API REST em Node.JS aplicando testes (TDD) desde o princípio, trata-se de uma API que possui funções de cadastro, login, transações, transferências, etc.

Endpoints

Métodos Endpoint
POST /signin
POST /signup
GET, POST /v1/users
GET, POST /v1/accounts
GET, PUT, DELETE /v1/accounts/:id
GET, POST /v1/transactions
GET, PUT, DELETE /v1/transactions/:id
GET, POST /v1/transfers
GET, PUT, DELETE /v1/transfers/:id
GET /v1/balance

Cobertura de teste

Cobertura de testes

About

Criando uma API com Node.js aplicando testes (TDD) desde o princípio.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published