/Parrit

Software development pairing management

Primary LanguageJavaScriptMIT LicenseMIT

Parrit

Software development pairing management

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

$ npm install
$ ./gradlew

Before running tests make sure that a database called test exists

Running Locally

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

$ ./gradlew jsBuild

This assumes that you have a psql database server on port 5432 with username pivotal and no password and database name pivotal.

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

Want to contribute?

We have a tracker backlog, feel free to pick up a story. If you want need clarification on it and/or want help pointing it, shoot me an email anthonydreessen@gmail.com

Set Environment Variables

To configure Google Analytics, set your tracking ID:

GOOGLE_ANALYTICS_TRACKING_ID=UA-XXXXXXXX-X

Deploy to CloudFoundry

$ ./gradlew deploy