Split your bills with friends.
This is a Laravel application with the Laravel Breeze starter kit. Follow these steps to get the application up and running:
-
Clone the Repository
-
Install Composer Dependencies:
composer install
-
Copy the .env.example file:
cp .env.example .env
-
Generate an Application Key:
php artisan key:generate
-
Run Database Migrations:
php artisan migrate
- Choose yes to create a sqlite DB.
-
Install NPM Dependencies:
npm install
-
Run Vite Server:
npm run dev
-
Start the Development Server:
php artisan serve
- The application should now be accessible at
http://localhost:8000
.
- The application should now be accessible at