/FitomoUserGeneration

Generate random user data from UP/Fitbit for fitomo

Primary LanguageJavaScript

FitomoUserGeneration

Live Site: http://198.199.119.144:4000/

Table of Contents

  1. Getting started
  2. Clone the latest version
  3. Install dependencies
  4. Define Enviormental Variables
  5. Run the application
  6. Tech Stack
  7. Directory Layout
  8. Contributing
  9. License

What it looks like

alt tag

What it does

Creates mock user data for Fitbit and Jawbone Up daily activities. Scales user activity by introducing intesity variable which dictates range of activity for that user.

Getting started

1. Clone the latest version

Start by cloning the latest version of the Fitomo/Fitomo-User-Generation and on your local machine by running:

$ git clone https://github.com/Fitomo/Fitomo-User-Generation.git
$ cd Fitomo-User-Generation

2. Install Dependencies

From within the root directory run the following command to install all dependencies:

$ npm install

3. Define Environmental Variables

Define the environmental variable IP to equal the host of the server.

4. Run the application

$ npm start

Access the application at the host's port 4000

Tech Stack

Front End:
  • React
Back End:
  • Node
  • Express
Testing:
  • Mocha
  • Chai
  • Travis CI

Directory Layout

├── /client/                    # Client files
│   ├── /components/            # Front-End Dependencies
├── /lib/                       # Compiled Program
├── /node_modules/              # 3rd-party libraries and utilities
├── /server/                    # Server source code
│   ├── /controllers/           # Manage API calls and request handling
│   ├── /generators/            # Generate User Data
│   ├── /routes/                # Handle all routing
│   ├── /server.js              # Core server file
├── /test/                      # Test Setup
├── .eslintrc                   # ESLint settings
├── .babelrc                    # Babel settings
├── .travis.yml                 # TravisCI settings
├── Dockerfile                  # Docker configuration
├── package.json                # List of 3rd party libraries and utilities to be installed

Contributing

  1. Fork the repo.
  2. Clone it to your local computer
  3. Cut a namespaced feature branch from master and name it appropriately
  4. Make commits and prefix each commit with the type of work you were doing
  5. BEFORE PUSHING UP YOUR CHANGES, rebase upstream changes into your branch, fix any potential conflicts, and then push to your fork.
  6. Submit a pull request directly to the master
  7. Someone else will perform code review to keep codebase clean
  8. Fix any errors or issues raised by the reviewer and push the fixes as a single new commit
  9. Repeat until the pull request is merged.

License

M.I.T