Tiger0409 / angularJs-restaurant

This is Restaurant Web Site.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angularJs-restaurant

This is Restaurant Web Site using angularJS-full-stack.

How to install

1).Install XAMPP

install XAMPP.

2).set up project.

Insert verutual host in C:\xampp\apache\conf\extra\httpd-vhosts.conf insert fallow code.

Listen 8082

<VirtualHost *:8082>

DocumentRoot "D:\team\samples\AngularJS\RestaurantSite\angularJS-restaurant-website-master\public"

ServerName dev.middleweek.co.uk

<Directory "D:\team\samples\AngularJS\RestaurantSite\angularJS-restaurant-website-master\public">

Allow from all

Require all granted

% DocumentRoot : downloaded project falder path

3).Find Web site

localhost: 8082

Best Regards.

If you can use and change this project, let me know. Best Regards.

About

This is Restaurant Web Site.


Languages

Language:JavaScript 87.1%Language:Ruby 5.9%Language:HTML 4.7%Language:CSS 2.2%Language:CoffeeScript 0.1%