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

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.

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