Skip to content

Starter Code for the Udacity's "Mobile Web Specialist Restaurant Reviews App: Stage 1" Project

Notifications You must be signed in to change notification settings

osniel/mws-restaurant-stage-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile Web Specialist Certification Course


Restaurant Reviews

Project Overview:

Mobile-ready web application that allows users review/rate restaurants in their area. Users are able to mark favorite restaurants.

Run the demo

  1. You'll need to have Python installed in your computer.

  2. The server is here. To run the server you'll need Node.js, if you don't have it installed, navigate to Node's website to download and install the software.

  3. Clone or download the server repo, then install it's dependencies:

# npm i

Install Sails.js globally

# npm i sails -g

Start the server

# node server

You should now have access to your API server environment at port 1337.

  1. In a terminal, check the version of Python you have: python -V. If you have Python 2.x, spin up the client app 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.

  2. With your client and server running, visit the site: http://localhost:8000, and look around!.

About

Starter Code for the Udacity's "Mobile Web Specialist Restaurant Reviews App: Stage 1" Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.6%
  • CSS 13.8%
  • HTML 11.6%