-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from LukasPol/doc/32/update_readme
doc: update README
- Loading branch information
Showing
1 changed file
with
32 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,43 @@ | ||
# README | ||
# Minhas Financias | ||
|
||
This README would normally document whatever steps are necessary to get the | ||
application up and running. | ||
Um Projeto para acompanhar seus ativos e proventos. | ||
|
||
Things you may want to cover: | ||
## Funcionalidades | ||
|
||
* Ruby version | ||
- Cadastrar movimentações(compra, venda, grupamento) das ações; | ||
- Ver preços médios e total investido atualizados; | ||
- Importar o extrato do site B3; | ||
|
||
* System dependencies | ||
### Funcionalidades para serem desenvolvidas | ||
|
||
* Configuration | ||
- Cadastrar proventos(JCP e dividendos); | ||
- Preço da ação no mercado; | ||
- Próximos dividendos que irá receber; | ||
- Exportar preencher o IRPF; | ||
|
||
* Database creation | ||
Deseja uma nova funcionalidade, que não estaje listada? | ||
|
||
* Database initialization | ||
Abra uma [issue](https://github.com/LukasPol/my-finances/issues/new) | ||
|
||
* How to run the test suite | ||
|
||
* Services (job queues, cache servers, search engines, etc.) | ||
## Parte Técnica | ||
|
||
* Deployment instructions | ||
### Dependências | ||
|
||
* ... | ||
- Ruby v3.1.2 | ||
- Rails v7.0.3 | ||
- Postgresql v^12 | ||
|
||
### Dando Start | ||
|
||
1. `git clone [email protected]:LukasPol/my-finances.git` | ||
2. `cd my-finances` | ||
3. `cp .env.sample .env` (copiando as variáveis de ambiente) | ||
4. Troque as variáveis no arquivo .env | ||
5. `rake db:setup` | ||
6. `./bin/dev` | ||
|
||
|
||
### Rodando os testes | ||
|
||
`rspec spec` |