Deliveboo is a food delivery web app that allows customers to order from their favorite restaurant (helped also by filters and searchbar) without registration, but entering only the data necessary for delivery. Restaurateurs can register in the platform and create, modify and delete dishes based also on the statistics displayed in the personal area.
- Start MAMP
- Create database
- Duplicate .env.example and rename it .env , insert info in .env (database name, port, mailer, ...)
composer install
npm install
php artisan key:generate
php artisan storage:link
php artisan cache:clear
php artisan config:cache
php artisan migrate
php artisan db:seed
npm run watch
php artisan serve
Andrea Nocciolini
Davide De Leonardis
Manuel Cappello
Christian Ferrazzano
Dario Montani