Coder Social home page Coder Social logo

parrit's Introduction

Parrit

A historical recommendation engine for daily pair rotation management, with an interactive visual aide of each pairing team. Visit the app: http://parrit.cfapps.io/

Build Status

Core Contributors

Big shoutout to the following people for helping to guide the direction that Parrit took. Core contributors also please feel free to add others to the core contributor list for those who significantly shape the direction of Parrit.

Tech Stack

  • Gradle
  • Spring.io
  • React.js
  • Browserify
  • Interact.js

Installation

Clone into a new repo, cd into that folder

Create databases

psql postgres
create user pivotal with password '';
create database test owner pivotal;
create database pivotal owner pivotal;

Install dependencies

$ npm install

Run all the tests

$ ./gradlew test

Running the application locally

Build the static (JS and CSS) before attempting to run the application

$ ./gradlew jsBuild

If all of the tests pass, run the project as a spring project using your preferred method. To run the spring boot app locally using gradle, enter the following

$ ./gradlew bootRun

You should be able to access the application at http://localhost:8080

Want to contribute?

We have a public Tracker backlog of prioritized stories. If you want to pick one we can add you to the project, just send an email to [email protected] or any of the contributors listed above and we will make you a member. If you need clarification on the stories and/or want help pointing feel free to reach out.

Set Environment Variables

To configure Google Analytics, set your tracking ID:

GOOGLE_ANALYTICS_TRACKING_ID=UA-XXXXXXXX-X

Deploy to CloudFoundry

  1. Build the app first!
$ ./gradlew build
  1. Push the test app
$ cf push parrit-test
  1. Push the prod app
$ cf push parrit

parrit's People

Contributors

ashwell avatar darcief avatar jgreubel avatar kpearson avatar mcwumbly avatar moleske avatar pinwheeler avatar pythe avatar thebucknerlife avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.