Skip to content

aso824/szaming

Repository files navigation

Szaming app

StyleCI Coverage Status

Order food together, never forget about payments.

Installation

Like any other Laravel based project:

composer install
cp .env.example .env
php artisan key:generate
nano .env               # Set database fields
php artisan migrate

If you aren't familiar with Apache/Nginx, just use built-in server:

php artisan serve

Contributing

Feel free to send pull request, you'll never be ignored.

License

The Szaming app is open-sourced software licensed under the MIT license.