A bill management application that enables you to add your monthy bills and calculate your debt/income ratio. Written with Laravel and Alpine/Livewire with TailwindCSS.
PHP 8.2
- Clone the project to your local PC.
git clone https://github.com/cdterry87/Billify.git
- Setup the application:
composer install # Install dependencies with composer
cp .env.example .env # Create your .env file based on the .env.example file and change the appropriate values
php artisan key:generate # Generate an application key for your project
php artisan migrate # Migrate the database schema
php artisan db:seed # Seed the database with sample data
php artisan serve # Runs the application on a local web server
- In your browser, view the application and login ( Username: demo@example.com | Password: password1 )