Skip to content

Wormie is a react native iOS app for requesting video streams from users around the world

Notifications You must be signed in to change notification settings

SunyoungKim508/wormie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wormie

Wormie is an iOS app for requesting video streams from around the world

Team

  • Product Owner: Sunyoung Kim
  • Scrum Master: Nick Fujita
  • DevOps: Charlie Harrington
  • Development Team: Sunyoung Kim, Nick Fujita, Charlie Harrington

Table of Contents

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

Usage

Users can request videos at specific locations. Users who are near a desired location can respond to an open request and capture a video of the content that the other user requested. Once a request is fulfilled, all users of the application can view and browse the videos. Requests can have deadlines associated with them.

Current usecases involve capturing a subject or moment of interest at a specific location (e.g. "Is there a line outside this brunch spot right now?"), or a video between 2 separate points of interest (e.g. "I'd like to see a video of walking across the Golden Gate Bridge.")

Requirements

Backend

  • Python 3.5
  • Django
  • Django REST framework
  • Postgres

Frontend

  • React Native
  • React Native modules (TBD: GPS, TBD: Camera)
  • Redux
  • Auth0
  • ES6
  • Mapbox API
  • Youtube API
  • Facebook API

Dev tools

  • Webpack
  • Babel 5

Deployment

  • AWS (server)
  • Docker (server)
  • iOS Store (frontend)

Testing

  • Circle CI
  • TBD unit tests

Development

Installing Dependencies

From within the root directory:

TBD

EXAMPLE:

sudo npm install -g bower
npm install
bower install

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

Wormie is a react native iOS app for requesting video streams from users around the world

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.4%
  • HTML 6.6%