Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marihemori/project-bank
https://github.com/marihemori/project-bank
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/marihemori/project-bank
- Owner: marihemori
- Created: 2024-06-29T12:47:29.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T23:56:52.000Z (2 months ago)
- Last Synced: 2024-10-13T02:47:18.898Z (about 1 month ago)
- Language: TypeScript
- Size: 753 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Projeto Banco Comunitário
## O projeto
Um banco comunitário visa apoiar comunidades mais carentes que querem melhorar a economia local, tornando o meio de compra mais justo e facilitado.
Esse projeto irá ter funcionalidades como:
- Adição, edição, exclusão de clientes e gerentes;
- Verificação, depósito, saque e transferência de saldo;## Tecnologias utilizadas
- Node.js
- Nest## Intalação
```bash
$ npm install
```## 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
```