Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertnicjoo/resto
Resto is simple restaurant application (for testing purpose only)
https://github.com/robertnicjoo/resto
application javascript jquery laravel php php7 restaurant sweetalert2 test
Last synced: 1 day ago
JSON representation
Resto is simple restaurant application (for testing purpose only)
- Host: GitHub
- URL: https://github.com/robertnicjoo/resto
- Owner: robertnicjoo
- License: mit
- Created: 2019-02-13T01:01:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T19:00:38.000Z (over 2 years ago)
- Last Synced: 2024-05-01T14:11:35.296Z (7 months ago)
- Topics: application, javascript, jquery, laravel, php, php7, restaurant, sweetalert2, test
- Language: PHP
- Homepage:
- Size: 3.62 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![Downloads](https://img.shields.io/github/downloads/robertnicjoo/Resto/v.1/total.svg?style=plastic)
![Follow](https://img.shields.io/github/followers/robertnicjoo.svg?style=plastic)
![Forks](https://img.shields.io/github/forks/robertnicjoo/Resto.svg?style=plastic)
![Stars](https://img.shields.io/github/stars/robertnicjoo/Resto.svg?style=plastic)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)> **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)
- [Developer Website](https://irando.co.id).
- [Email Me](mailto:[email protected]).## Screenshots
![homepage](https://raw.githubusercontent.com/robertnicjoo/Resto/master/screenshots/1.png)
![menuCategories](https://raw.githubusercontent.com/robertnicjoo/Resto/master/screenshots/2.png)
![menuItems](https://raw.githubusercontent.com/robertnicjoo/Resto/master/screenshots/3.png)
![orders](https://raw.githubusercontent.com/robertnicjoo/Resto/master/screenshots/4.png)
![addingOrder](https://raw.githubusercontent.com/robertnicjoo/Resto/master/screenshots/5.png)
![employees](https://raw.githubusercontent.com/robertnicjoo/Resto/master/screenshots/6.png)## 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
```2. 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](https://opensource.org/licenses/MIT).