An open API service indexing awesome lists of open source software.

https://github.com/matildevoldsen/restaurant-stage-2

Restaurant Stage 2
https://github.com/matildevoldsen/restaurant-stage-2

Last synced: 10 months ago
JSON representation

Restaurant Stage 2

Awesome Lists containing this project

README

          

# Restaurant Stage 2

An progressive web app displaying various restaurants info across a map over New York City.

This app uses a server to host the JSON file and one for the front-end server.

## Get Started

To install the project please follow the instructions below.

**This project uses gulp and sails**

###### Install front-end part
```Install project dependancies
# npm install
```
###### Go into the server directory
```Server Directory
# cd server
```
###### Install project dependencies
```Install project dependancies
# npm i
```
###### Install Sails.js globally
```Install sails global
# npm i sails -g
```
###### Start the server
```Start server
# node server
```

## Setting up the front-end server

```Start Server
# gulp default
```

# Style Guide
This project follows Udacity style code. Read more about it here: http://udacity.github.io/frontend-nanodegree-styleguide/index.html