/account-balance

💰 Laravel Balance Accounting System created for academic purposes

Primary LanguagePHPMIT LicenseMIT

Account Balance

Laravel Balance Accounting System

Screenshots

Home

Admin

Install and execute

  1. Clone this repository:
git clone https://github.com/imsouza/account-balance.git
  1. Run the following commands below:
composer update

cp .env.example .env

php artisan key:generate
  1. Execute in localhost.
php artisan serve
  1. Migrate tables:
php artisan migrate
  1. Populate Database
php artisan db:seed

Author

Mateus Almeida

Contributing

Feel free to make pull requests for code improvements.

License

This project is licensed under the MIT License.