diegotsi / transactions-database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 75.6%Language:JavaScript 24.4%