Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1011 Bytes

README.md

File metadata and controls

60 lines (40 loc) · 1011 Bytes

SpaceShare

Connecting spaces with faces.

Team

  • Product Owner: Emily Yu
  • Scrum Master: Nick Teal
  • Development Team Members: Jay Kindell, Justin Michot, Nick Teal, Emily Yu

Table of Contents

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

Usage

  1. fork the repo
  2. clone from your fork into your local machine
  3. add environment variables
  4. npm install
  5. npm run build
  6. npm start
  7. enjoy

Requirements

  • Node 9.2.1
  • MySQL 14.14
  • npm 5.6.0

Development

Installing Dependencies

From within database directory:

mysql -u <username> -p < createDB.sql

From within the root directory:

npm install

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.