Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prokawsar/restuarant-geek
A Restaurant Flawless Ordering System
https://github.com/prokawsar/restuarant-geek
laravel55
Last synced: 3 months ago
JSON representation
A Restaurant Flawless Ordering System
- Host: GitHub
- URL: https://github.com/prokawsar/restuarant-geek
- Owner: prokawsar
- Archived: true
- Created: 2017-12-19T05:13:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-13T14:34:52.000Z (over 2 years ago)
- Last Synced: 2024-09-24T15:33:00.335Z (3 months ago)
- Topics: laravel55
- Language: Blade
- Homepage:
- Size: 2.87 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Restaurant Ordering System
## How to use in Local
- [x] Clone the repo `git clone https://github.com/prokawsar/restuarant-geek.git`
- [x] Go to directory run command `composer install`
- [x] Make `.env` file from `.env.example` with your configuration (`cp .env.example .env`).
- [x] Then run `php artisan key:generate`
- [x] Then create database and configure in `.env` file
- [x] Then run `php artisan migrate` on a empty database for creating all tables.
- [x] Now enjoy
## Done:smile: