Skip to content

Commit

Permalink
Merge pull request #33 from LukasPol/doc/32/update_readme
Browse files Browse the repository at this point in the history
doc: update README
  • Loading branch information
LukasPol authored Mar 11, 2023
2 parents 27b8df2 + 6f62226 commit 9cc6383
Showing 1 changed file with 32 additions and 13 deletions.
45 changes: 32 additions & 13 deletions README.md
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`

0 comments on commit 9cc6383

Please sign in to comment.