slawisha / RestaurantManager

Web app for managing reservations and orders for a restaurant built in Laravel 4 and AngularJs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restaurant Manager Web App

Web app for managing reservations for a restaurant (or hotel) built in Laravel 4 and AngularJs using hybrid approach.

Local Instalation

Clone the repo and cd into the directory, then run composer install form the command line. After installation has finished run:

php artisan migrate

php artisan db:seed

php artisan serve 

from the command line. The App uses sqlite in development enviroment. You should browse the app at:

localhost:8000

Admin credentials

admin@restaurantapp.com
admin

##Screenshots

alt text

alt text

alt text

Todo

Implement orders

About

Web app for managing reservations and orders for a restaurant built in Laravel 4 and AngularJs

License:MIT License


Languages

Language:PHP 83.9%Language:JavaScript 13.0%Language:HTML 1.6%Language:CSS 1.3%Language:ApacheConf 0.2%