Skip to content

Resto is simple restaurant application (for testing purpose only)

License

Notifications You must be signed in to change notification settings

robertnicjoo/Resto

Repository files navigation

Downloads Follow Forks Stars MIT license

Note This application is outdated, you must update dependencies of both JavaScript packages and Composer packages by yourself after pulling this repository in order to stay safe and secure.

About Resto

Resto is simple restaurant application (for testing purpose only)

Screenshots

homepage menuCategories menuItems orders addingOrder employees

Installation

  1. Copy all files to your server/OR localhost root
  2. Import provided SQL file to your database
  3. Connect your database to Resto app by editing .env file

Tips

  1. If you don't want to use pre-built database (which I suggest you to do, in order to see built configs), you can run commands below
php artisan migrate
php artisan db:seed
  1. If you set your application properly and seeing an error or white page run commands below:
composer dumpautoload
php artisan cache:clear
php artisan view:clear

License

Resto is open-sourced software licensed under the MIT license.