-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
412662a
commit 6e675f8
Showing
4 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -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 💜 por Miguel Henrique 👋 |
Binary file not shown.