Skip to content

o1mo/Sembly

 
 

Repository files navigation

Sembly

React Native mobile app to share events with friends

Team

  • Product Owner: Omar Mohamed
  • Scrum Master: Spencer Lopez
  • Development Team Members: Carlos Flores

Table of Contents

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

Requirements

  • Node 0.10.x
  • Mongo
  • React-Native-Cli

Development

Installing Dependencies

From within the root directory:

npm install

From within Sembly directory:

npm install

###Testing

From within the root directory:

npm test

###Adding Test Data

To prepopulate database for easier development... From within the root directory:

npm run populate

###Starting the app

With your mongo database runnning Start the server from the root directory:

npm start

From the Sembly directory in one terminal:

npm start

and in another terminal:

npm run build

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 90.8%
  • Objective-C 3.6%
  • HTML 1.8%
  • Python 1.3%
  • Java 1.2%
  • CSS 0.9%
  • Ruby 0.4%