Skip to content
JacksonK edited this page Nov 29, 2018 · 9 revisions

Team: Artizian

Team Members: Vernon Chan, Zane Ali, Rebecca Krieger, Jackson Kurtz, Sean Reddell

Frontend

Build Instructions

(Note: Since our frontend is an iOS app, it requires a Mac running Xcode to build.)

  1. Choose the "Open in Xcode" option under the green "Clone or Download" button.
  2. Choose an appropriate location for repository to be copied locally.
  3. Click the Build button (Play button) to run a local build in an iOS simulator.

Backend

Instructions: Once repo is cloned, “npm start” will start the server

Platform: node.js server, npm package manager, MongoDB database

Node.js packages: body-parser, express, mongoose, morgan, nodemon, aws-sdk (detailed in package.js file)

Continuous Integration environment: Travis CI

Clone this wiki locally