An open API service indexing awesome lists of open source software.

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.

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).