Skip to content

cdterry87/Billify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Billify

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.

Requirements:

PHP 8.2

Installation:

  1. Clone the project to your local PC.
git clone https://github.com/cdterry87/Billify.git
  1. 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
  1. In your browser, view the application and login ( Username: demo@example.com | Password: password1 )

About

Keep track of your bills with Billify. Built with Laravel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages