Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lossurdo/investcompare
Comparador web de investimentos em Renda Fixa
https://github.com/lossurdo/investcompare
cdb cdi fixa investimento lca lci renda selic
Last synced: about 1 month ago
JSON representation
Comparador web de investimentos em Renda Fixa
- Host: GitHub
- URL: https://github.com/lossurdo/investcompare
- Owner: lossurdo
- Created: 2019-01-04T18:45:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T19:29:18.000Z (3 months ago)
- Last Synced: 2024-09-12T05:45:02.358Z (3 months ago)
- Topics: cdb, cdi, fixa, investimento, lca, lci, renda, selic
- Language: HTML
- Size: 62.5 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Comparador web de investimentos em Renda Fixa
Ajuda a decidir qual investimento está valendo mais a pena. Ainda em **versão BETA** e com algumas funcionalidades não implementadas.
![alt text](https://raw.githubusercontent.com/lossurdo/investcompare/master/investcompare-screenshot.png "investcompare-screenshot")
### Utilização via Docker:
```shell
$ docker pull lossurdo/investcompare$ docker run -it --name investcompare --rm -p 9000:9000 lossurdo/investcompare
```
Acessar http://localhost:9000.Fique a vontade para contribuir.
-----
Também é possível **clonar o projeto e executá-lo localmente** da seguinte forma:```shell
$ git clone https://github.com/lossurdo/investcompare.git
$ cd investcompare
$ npm install
$ node index.js
```
Acessar http://localhost:9000.