Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.24 KB

README.md

File metadata and controls

63 lines (41 loc) · 1.24 KB

Closebuy

Closebuy, for selling and buying near you.

Team (v1.0)

  • Product Owner: Dara Bun
  • Scrum Master: Tejaswini Pingili
  • Development Team Members: Lawrence Kang, Tyler Lewis

Team (v2.0)

  • Eddie Jimenez (phoenix16t)
  • Ly Mai Le (lmle)
  • David Nguyen (blankmaker)
  • Armando Perez (armandopmj)

Table of Contents

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

Usage

Some usage instructions

Requirements

  1. Ionic
  2. Android SDK
  3. XCode

Development

Installing Dependencies

From within the app directory:

npm install q
npm install shelljs
cordova plugin add org.apache.cordova.camera

See Wiki pages for Ionic iOS/Android setup

Roadmap

View the project roadmap here

Contributing

See Contributing.md for contribution guidelines.

Testing

A testing framework has been set up using Mocha and Chai. The files can be found in the app/test/ folder in this repo. From within the app/test/ folder, run npm install angular-mocks to install this dependency.