For the Restaurant Reviews projects, we converted a static webpage to a mobile-ready web application.
-
local API Server from mws-restaurant-stage-2.
-
A local server on port 8000 for this project
http://localhost:8000
- Clone this repo mws-restaurant-stage-2.
- In a terminal CD to the Repo install project dependancies with
npm install
. - Install Sails.js globally with
npm i sails -g
. - Start the server
node server
.
Install GraphicsMagick liabray in order to use gulp to resize images if needed