/csye6225-spring2019

Primary LanguageJavaScriptApache License 2.0Apache-2.0

CSYE 6225 - Spring 2019

Team Information

Name NEU ID Email Address
Mengying Wang 001357559 wang.mengyin@husky.neu.edu
Shiyu Wang 001400142 wang.shiyu3@husky.neu.edu
Zhichao Pan 001493794 pan.z@husky.neu.edu

Technology Stack

Build Instructions

  • Clone the git repository from GitHub:
# For devs over HTTPS:
git clone https://github.com/omnip620/csye6225-spring2019.git

# For devs over SSH:
git clone git@github.com:omnip620/csye6225-spring2019.git
  • Open the working directory:
cd ./../webapp/
  • Install dependencies:
npm install
  • Run
npm start

Deploy Instructions

  • After unit test success it will be deployed to specified AWS EC2 automatically

Running Tests

  • Do the first three steps in "Build Instructions" first.
  • Run tests:
npm run test

CI/CD

CircleCI