miguelhp373 / Poupa_Mais_App_Web_Financas_TCC_2021_ETECVAV

Poupa+ | Repository Dedicated to the Final Project of the Technical Course in Systems Development at ETEC Antonio Vasco Venchiarutti.

Home Page:https://poupamais.000webhostapp.com/index.php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poupa+

This platform was developed to facilitate the management of your personal finances, simplifying your daily life and providing easy-to-understand information about where your money is going and where you can save.


πŸš€ Technologies

  • PHP7
  • JavaScript
  • MySql
  • Html5
  • Css3
  • Jquery
  • Bootstrap5
  • FontAwesome
  • GoogleFonts API
  • Chart.Js
  • FullCalendar.io
  • Material Design Lite

πŸ› οΈ Installation

  • Inside the Controller folder, create a folder named config and inside it, create a file named ENV.php with the following structure:
    <?php

    SERVER DATABASE LOCAL HOST

    $HOST_NAME      =   'localhost';
    $PORT_SERVER    =   '3306';
    $DATA_BASE_NAME =   'example';
    $USER_DATA_BASE =   'root';
    $PASS_DATA_BASE =   'root';
    
    ?>
  • In the root directory, create a file named ENV.php that should contain the credentials for the app's password recovery email:
   <?php
      // PHPMailer configuration file for sending emails
      // used for user password recovery.
          
          $emailHost      =   'test@gmail.com';
          $passwordHost   =   '123';
    ?>
   

🎨 Layout

🏠 Landing Page

Landing Page

πŸ› οΈ Dashboard

Dashboard


πŸ“ License

This project is licensed under the Apache-2.0 License - see the LICENSE file for details.


Made with πŸ’œ by Miguel Henrique πŸ‘‹

About

Poupa+ | Repository Dedicated to the Final Project of the Technical Course in Systems Development at ETEC Antonio Vasco Venchiarutti.

https://poupamais.000webhostapp.com/index.php

License:Apache License 2.0


Languages

Language:JavaScript 56.9%Language:PHP 36.0%Language:CSS 6.1%Language:HTML 0.7%Language:Ruby 0.1%Language:Hack 0.1%Language:Dockerfile 0.1%