https://github.com/sbthdr/qixrms
Restaurant management system.
https://github.com/sbthdr/qixrms
bootstrap laravel php
Last synced: 3 months ago
JSON representation
Restaurant management system.
- Host: GitHub
- URL: https://github.com/sbthdr/qixrms
- Owner: SBTHDR
- Created: 2021-12-15T08:42:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T08:47:40.000Z (over 3 years ago)
- Last Synced: 2025-01-06T20:30:33.670Z (5 months ago)
- Topics: bootstrap, laravel, php
- Language: PHP
- Homepage:
- Size: 2.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QixRMS
## About Repository
QixRMS is a restaurant management system. built with Laravel 8
## Tech
- Laravel 8
- Bootstrap 5
- Fontawesome 5## Features
- User, Category, Menu CRUD, Pagination
- Login, Register using default auth
- Order by Table Number## Installation
- `git clone https://github.com/SBTHDR/qixrms.git`
- `cd qixrms/`
- `composer install`
- `cp .env.example .env`
- Update `.env` and set your database credentials
- `php artisan migrate`
- `npm install`
- `npm run dev`
- `php artisan serve`## License
[MIT license](https://opensource.org/licenses/MIT).