Skip to content

bayufadayan/pakuan-eat-on

Repository files navigation

Pakuan — Eat-On

Aplikasi pemesanan makanan sederhana (Laravel) untuk demo dan pengembangan lokal.

License: MIT License

Public Demo

Demo Web

Requirements

  • PHP:: 8.0+
  • Composer:: latest
  • Node.js & npm:: 16+ / npm
  • Database:: MySQL atau MariaDB

Screenshots

Berikut beberapa screenshot dari permainan:

screenshot1 screenshot2 screenshot3 screenshot3 screenshot3 screenshot3 screenshot3

Quick Setup

  • Install dependencies:
composer install
npm install
  • Copy environment file:
# PowerShell
cp .env.example .env
# or (Linux/macOS)
cp .env.example .env
  • Set environment variables:

    • Update DB_CONNECTION, DB_HOST, DB_PORT, DB_DATABASE, DB_USERNAME, DB_PASSWORD di file .env.
  • Generate app key:

php artisan key:generate
  • Migrate & seed database:
php artisan migrate --seed
  • Build / watch frontend assets:
# Development (watch)
npm run dev
# Production build
npm run build
  • Run the app (local):
php artisan serve
# default: http://127.0.0.1:8000

Testing

  • Run tests:
php artisan test
# or
vendor/bin/phpunit

Important Files

Common Commands

  • Clear cache:: php artisan optimize:clear
  • Run queues:: php artisan queue:work
  • Seed only:: php artisan db:seed

Contributing

  • Fork the repo, buat branch feature, buka pull request. Jaga commit kecil dan deskriptif.

About

Aplikasi pemesanan makanan secara online Food Court Universitas Pakuan

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors