Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Parrit/Parrit
Software Development Pairing Management App
https://github.com/Parrit/Parrit
pair-programming
Last synced: 11 days ago
JSON representation
Software Development Pairing Management App
- Host: GitHub
- URL: https://github.com/Parrit/Parrit
- Owner: Parrit
- License: mit
- Created: 2015-12-15T14:52:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T02:28:22.000Z (over 1 year ago)
- Last Synced: 2024-08-02T14:09:37.073Z (4 months ago)
- Topics: pair-programming
- Language: Java
- Homepage: http://parrit.io
- Size: 13.8 MB
- Stars: 69
- Watchers: 7
- Forks: 32
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Contributing: docs/Contributing.md
- License: LICENSE
Awesome Lists containing this project
README
[![Codeship Status for Parrit/Parrit](https://app.codeship.com/projects/cf62bb07-9cfd-4217-8a94-564a4441f6c6/status?branch=master)](https://app.codeship.com/projects/424633)
# 📣 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.- [Anthony Dreessen](mailto:[email protected]) - Product Owner, Product Management + Full-stack Development
- [Darcie Fitzpatrick](mailto:[email protected]) - Product Design, Product Management + User Research
- [Cat Zhang](mailto:[email protected]) - Product Management + Product Design
- [Joseph Greubel](mailto:[email protected]) - Front-end Development, Back-end Development
- [Michael Oleske](mailto:[email protected]) - Back-end DevelopmentTake a look at the tech talk we presented about the making of Parrit: https://youtu.be/YVMuMK5Ru_A
## Want to contribute?
* See [Contributing](./docs/Contributing.md)## 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`