Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leandroruel/ebanx-api-typescript
Uma simples API que realiza depósito, saque e transferência de saldo.
https://github.com/leandroruel/ebanx-api-typescript
javascript nestjs nodejs typescript
Last synced: about 2 months ago
JSON representation
Uma simples API que realiza depósito, saque e transferência de saldo.
- Host: GitHub
- URL: https://github.com/leandroruel/ebanx-api-typescript
- Owner: leandroruel
- Created: 2022-05-20T16:16:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T20:49:44.000Z (over 2 years ago)
- Last Synced: 2024-03-06T04:44:52.545Z (10 months ago)
- Topics: javascript, nestjs, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MINI API
## Installation
install all dependencies:
```bash
$ npm install
```then run migrations for sqlite:
```bash
$ npm run prisma generate
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```