Skip to content

Parrit/Parrit

Repository files navigation

Codeship Status for Parrit/Parrit

📣 UPDATE: The default hosted Parrit instance has changed addresses. We're now at https://parrit.io

Parrit

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

Tech Stack

  • Spring Boot
  • ReactJS
  • Webpack
  • Gradle

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.

Take a look at the tech talk we presented about the making of Parrit: https://youtu.be/YVMuMK5Ru_A

Want to contribute?

Running Server Locally

  1. Create postgres user with name parrit password parrit
  2. create new database called local_parrit
  3. migrate the database with gradle migrate
  4. Run application through gradle bootRun