Skip to content

404Simon/splitify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Splitify

Split your bills with friends.

Install

This is a Laravel application with the Laravel Breeze starter kit. Follow these steps to get the application up and running:

  1. Clone the Repository

  2. Install Composer Dependencies:

    composer install
  3. Copy the .env.example file:

    cp .env.example .env
  4. Generate an Application Key:

    php artisan key:generate
  5. Run Database Migrations:

    php artisan migrate
    • Choose yes to create a sqlite DB.
  6. Install NPM Dependencies:

    npm install
  7. Run Vite Server:

    npm run dev
  8. Start the Development Server:

    php artisan serve
    • The application should now be accessible at http://localhost:8000.

About

Split your bills with friends.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages