Skip to content

Commit

Permalink
write readme
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelhp373 committed Feb 26, 2022
1 parent 412662a commit 6e675f8
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 0 deletions.
Binary file added .github/NumismaticPro_Icon.ico
Binary file not shown.
Binary file added .github/interface.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 66 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<div style='text-align:center'>
<img src='.github/NumismaticPro_Icon.ico' style='width:150px;height:150px;'/>
</div>

# Poupa+

**Essa plataforma foi desenvolvida para facilitar a gestão de suas finanças pessoais, descomplicando o dia a dia e trazendo informações de fácil visualização para que você entenda para onde está indo seu dinheiro e onde você pode economizar.**

---

## 🚀 Tecnologias

- Delphi10
- Sqlite
/*
---
## 🛠️ Instalação

- Dentro da Pasta Controller, Crie uma pasta com o nome `config`, e dentro coloque
crie um arquivo chamado `ENV.php`, com a estrutura abaixo:

```php
<?php

SERVER DATABASE LOCAL HOST

$HOST_NAME = 'localhost';
$PORT_SERVER = '3306';
$DATA_BASE_NAME = 'example';
$USER_DATA_BASE = 'root';
$PASS_DATA_BASE = 'root';

?>
```

- E no diretório raiz crie um arquivo chamado `ENV.php`, que deve conter as
credenciais do email de recuperação de senha do app:

```php
<?php
//arquivo de configurações do phpmailler, para envio de de emails
//utilizado para recuperar senha do usuário.

$emailHost = '[email protected]';
$passwordHost = '123';
?>

```

---*/

## **🎨Layout**

### 🏠 Landing Page

![.github/interface.jpeg](.github/interface.jpeg)

---
***
# 📝 License


Este projeto está licenciado sob a Licença GPL-3.0 License - consulte o arquivo [LICENÇA](LICENSE) para obter detalhes.

***
Feito com 💜 &nbsp;por Miguel Henrique 👋
Binary file modified exe/database.db
Binary file not shown.

0 comments on commit 6e675f8

Please sign in to comment.