GoStack - Challenge 06 - Node JS

This project provides create transaciton, list transacions and getBalance from all transactions of a database. It also allow import a csv with all transactions.

Running

yarn yarn dev:server The project should be available on localhost:3333/transactions

Available routes

    [GET] /transactions
    [POST] /transactions

Running tests

yarn test