Skip to content

Deliveboo is a food delivery web app that allows customers to order from their favorite restaurants inserting 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.

Notifications You must be signed in to change notification settings

DavideDeLeonardis/Deliveboo

 
 

Repository files navigation

Deliveboo

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.


Setup

  • 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

Compiles and hot-reloads for development, run in server

npm run watch
php artisan serve

Contributors

Andrea Nocciolini
Davide De Leonardis
Manuel Cappello
Christian Ferrazzano
Dario Montani


Screens





About

Deliveboo is a food delivery web app that allows customers to order from their favorite restaurants inserting 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 52.3%
  • Blade 27.3%
  • Vue 20.2%
  • Other 0.2%