Skip to content

paulinoj/Dive

 
 

Repository files navigation

Dive

The new way to find local bars that are suitable to your taste. The more you use the app, the better our predictions for your next favorite bar become. To find the right bar all you have to do is Dive in.

Team

  • Product Owner: Bryan Liu
  • Scrum Master: Jack McDevitt
  • Development Team Members: John Paulino, Stacy Huang

Table of Contents

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

Usage

Some usage instructions

Requirements

  • Node 0.10.x
  • Redis 2.6.x
  • Ionic ^1.5.5
  • Cordova ^5.1.1
  • ion-sim ^3.1.1

Development

Installing Dependencies

From within the root directory:

npm install

From within the public directory:

npm install

Get Started:

//Adding OS platform to ionic and cordova whitelist plugin
cordova platform add <ios / android>
ionic plugin add https://github.com/apache/cordova-plugin-whitelist.git

//for ios specifically
ionic build ios

//for android specifically
ionic run android

ionic serve
//to run in browser
ionic emulate
//to run in emulator

Roadmap

View the project roadmap CurrentProjectRoadMap.md

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.1%
  • CSS 14.6%
  • HTML 0.3%