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

https://github.com/vinncz/mysticgrillsdb

Simplifying the process of creating, adding, and modifying database schema and data for developing Mystic Grills.
https://github.com/vinncz/mysticgrillsdb

database database-migrations

Last synced: 3 months ago
JSON representation

Simplifying the process of creating, adding, and modifying database schema and data for developing Mystic Grills.

Awesome Lists containing this project

README

          

# MysticGrillsDB

### About MysticGrills

Mystic Grills is an innovative restaurant management app designed to streamline operations and enhance the overall dining experience. With features covering **user management**, **menu customization**, and a streamlined **ordering system**, Mystic Grills provides a seamless and intuitive platform for both restaurant staff and customers.

Mystic Grills aims to revolutionize restaurant management by leveraging technology to enhance efficiency, improve customer satisfaction, and drive the success of restaurants.

### About this repository

This repository aims to simplify the process of adding fake data for testing purposes.

Simply head over to `database/seeders/DatabaseSeeder.php` and change how many fake data do you want to add into the database.

### Additional Information

- MySQL is used as the underlaying database
- Laravel 10+ is used as the underlaying framework