https://github.com/sbthdr/osteriax
Osteriax - a simple restaurant reservation system.
https://github.com/sbthdr/osteriax
bootstrap jquery laravel php
Last synced: 3 months ago
JSON representation
Osteriax - a simple restaurant reservation system.
- Host: GitHub
- URL: https://github.com/sbthdr/osteriax
- Owner: SBTHDR
- Created: 2021-05-13T14:52:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-18T15:14:39.000Z (about 4 years ago)
- Last Synced: 2025-01-06T20:30:05.088Z (5 months ago)
- Topics: bootstrap, jquery, laravel, php
- Language: Blade
- Homepage:
- Size: 9.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Osteriax a restaurant reservation system
## About Repository
Osteriax is a simple restaurant reservation system based on Laravel 8 and.
## Tech Specification
- Laravel 8
- Bootstrap 4 + Font Awesome 5 and jQuery.## Features
- Basic restaurant reservation system
- Login, Register, as default auth
- Show, update and delete reservation as admin
- Create reservation from restaurant page
- Authorization## Installation
- `git clone https://github.com/SBTHDR/osteriax.git`
- `cd osteriax/`
- `cp .env.example .env`
- `composer install`
- Run `php artisan key:generate`
- 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).