Skip to content

Latest commit

 

History

History
73 lines (43 loc) · 2.39 KB

README.md

File metadata and controls

73 lines (43 loc) · 2.39 KB

MWS - Restaurant App Stage 2

This is my github repository for the Mobile Web Specialist Nanodegree Project @ udacity.com

My progress within the nanodegree:

  • Stage 1
  • Stage 2
  • Stage 3

Getting Started

To get this project on your local machine, simply clone or download the project from my repository. If you wanna run the the project, follow the next steps.

Prerequisites

Python 2.x, 3.x You need to install python on your local machine via https://www.python.org/ If you are using a mac, you already have python version 2 installed.

Backend-Server In order to succesfully get backend-data, clone this project https://github.com/udacity/mws-restaurant-stage-2 and follow the steps that are noted withing the readme.md

How to run

If you wanna run the project you have 2 options.

You can either run the unminified - dev version via the dev folder or you can run the minified production version via the dist folder.

Depending on which version you wanna run you'll have to cd/ls into either the dev or dist directory.

If you are using Python 2.x

python -m SimpleHTTPServer 8000

If you are using Python 3.x

python -m http.server 8000

You can change the the port (8000) to whatever you like

Then open your browser and navigate to http://localhost:8000

Built With

  • Grunt as a building script
  • Nodejs&Sails on the backend-server
  • Lots of coffee ;-)

Contributing

Unfortunately you cannot contribute, as this is for my nano-degree

Authors

  • Michael Alexander - student

Acknowledgments

I'd like to thank

  • Nespresso for delivering my energy
  • My cats for keeping the keyboard and my hands warm, by sitting on them
  • Udacity for giving me the opportunity to be part of the nanodegree
  • Google for paying for my scholarship :-)