Skip to content

DomenicoCardillo/mws-restaurant-stage-1

 
 

Repository files navigation

Restaurant Reviews

How can i see it on my localhost?

Run the server

Clone the udacity course server repository, and follow the steps on Getting Started section.

Run the application

  1. Clone this repository using: $ git clone https://github.com/DomenicoCardillo/mws-restaurant-stage-1.git.

  2. In the application folder, start up a simple HTTP server to serve up the site files on your local computer. Python has some simple tools to do this, and you don't even need to know Python. For most people, it's already installed on your computer.

In a terminal, check the version of Python you have: python -V. If you have Python 2.x, spin up the server with python -m SimpleHTTPServer 8000 (or some other port, if port 8000 is already in use.) For Python 3.x, you can use python3 -m http.server 8000. If you don't have Python installed, navigate to Python's website to download and install the software.

  1. Run chmod +x ./dev/deploy.sh ./dev/init.sh for add permission to execute this files

  2. Run dev/init.sh

You have to edit config.js with your local url e.g. http://localhost:8000, then press a key to continue the config script.

  1. With your server running, visit the site: e.g. http://localhost:8000.

How can i see it online?

Visit this website to see the live demo.

About

Restaurant Reviews App - live demo: http://goo.gl/gc6ar5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.1%
  • CSS 14.8%
  • HTML 13.0%
  • Shell 1.1%