Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 1.26 KB

README.md

File metadata and controls

74 lines (47 loc) · 1.26 KB

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