garrulous-gorillas / organutangs

A Mongo, Express, React, and Node GreenField Project using Google Maps and Yelp API. Middlewares include Passport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Halfwaze

Find a restaurant or cafe to meet your friend half way.

Team

  • Product Owner: Adrienne Tran
  • Scrum Master: Michael Lam
  • Development Team Members: Adrienne Tran, Ed Sweezey, Michael Lam, Nick Powell

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

Run npm install to install all node modules.

Run npm start to start the server.

In a separate terminal window, run webpack -d --watch to start webpack.

  • You may need to npm install -g webpack.

Requirements

  • Node 0.10.x
  • Redis 2.6.x
  • Postgresql 9.1.x
  • etc
  • etc

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

to run a local instance from within root:

npm run react-dev
npm run server-dev
mongod

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

Screenshot

Technology Stack

About

A Mongo, Express, React, and Node GreenField Project using Google Maps and Yelp API. Middlewares include Passport


Languages

Language:JavaScript 100.0%