Skip to content

Rocket Seat - Ignite - NodeJS - Challenge 9 - A bank account API made with Node, Jest and Typescript.

Notifications You must be signed in to change notification settings

librity/ignite_finapi

Repository files navigation

Rocket Seat Ignite - FinAPI

Table of Contents

About

A bank account API made with Node, Jest and Typescript.

Getting Started

Prerequisites

  • node >= 12.0.0
  • yarn >= 1.22.0

Installing

  1. Clone this repo locally and install the required packages:
$ git clone https://github.com/librity/ignite_tests.git
$ cd ignite_tests
$ yarn install
  1. Create database and run migrate:
$ yarn typeorm schema:sync
$ yarn typeorm migration:run

Testing

Run tests with jest:

$ yarn test

Prettier

Run prettier on all files:

$ yarn prettify

Resources

About

Rocket Seat - Ignite - NodeJS - Challenge 9 - A bank account API made with Node, Jest and Typescript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages