Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 930 Bytes

README.md

File metadata and controls

52 lines (34 loc) · 930 Bytes

Project Name

q. - an exploration into full-stack web engineering and project management, based on a restaurant's queue management system.

Team

  • Johnny Li
  • Tiffany Pham
  • Neha Chaudhary
  • Eugene Soo

Table of Contents

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

Usage

  • npm start starts your server.
  • npm run client starts webpack, which bundles your client files in client/src and watches for changes.

Requirements

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

Development

Installing Dependencies

From within the root directory:

npm install

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.