Skip to content

tech-crunch/lets-hangout

Repository files navigation

Stories in Ready

Build Status

Lets Hangout

Get suggestions and decide what you want to do with your friends on a night-out

Table of Contents

  1. Usage
  2. Architecture
    1. Tech-Stack
    2. System-Architecture
  3. Requirements
  4. Development
    1. Installing Dependencies
    2. Running Tests
    3. Building Application
  5. Team
  6. Contributing
  7. Production
  8. Builds

Usage

Home

Group

Dashboard

Messaging

Architecture

Tech Stack

  1. Front-End
  • Ionic
  • Angular
  • Pubnub
  • Auth0
  1. Back-End
  • Node/Express
  • Pubnub
  • MongoDB
  1. Testing
  • Mocha
  • Chai
  • Jasmine
  • Karma
  1. Deployment
  • Heroku
  • Ionic Platform

System Architecture

System Architecture

Requirements

  • Node 4.x.x

Development

Installing Dependencies

From within the root directory:

npm install

Running Tests

From within the root directory:

npm test

Building Application

To run the application locally, from within the client directory:

ionic serve --lab

To build the application for a specific platform, from within the client directory:

ios

ionic platform add ios
ionic build ios

android

ionic platform add android
ionic build android

browser

ionic platform add browser
ionic build browser

Roadmap

View the project roadmap here

Team

  • Product Owner: Hussam Al-Hindi
  • Scrum Master: Bader Khalifeh
  • Development Team Members: Bader Khalifeh, Hussam Al-Hindi, Farah Amawi, Sarya Al-Sayed

Contributing

See CONTRIBUTING.md for contribution guidelines.

Production

See our website here.

Builds

See our latest build here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages