Skip to content

seckboy/mws-restaurant-stage-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile Web Specialist Certification Course


Project Overview: Stage 3

  1. clone https://github.com/seckboy/mws-restaurant-stage-3.git

  2. In the home directory of that project, run "node server"

That will run the api server at http://localhost:1337

  1. clone https://github.com/seckboy/mws-restaurant-stage-1.git

  2. In the home directory of this project, run "docker build -t restaurant-project ." to build the docker container

  3. Run this to run the docker container on http://localhost (port 80): docker run -d -p 80:80 -v {PATH-TO-PROJECT}/mws-restaurant-stage-1:/usr/local/apache2/htdocs --name restaurant-project restaurant-project

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 73.1%
  • CSS 17.1%
  • HTML 9.7%
  • Dockerfile 0.1%