https://github.com/Parrit/Parrit
Software Development Pairing Management App
https://github.com/Parrit/Parrit
pair-programming
Last synced: 10 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T02:28:22.000Z (almost 3 years ago)
- Last Synced: 2024-11-05T04:34:08.391Z (about 1 year ago)
- Topics: pair-programming
- Language: Java
- Homepage: http://parrit.io
- Size: 13.8 MB
- Stars: 69
- Watchers: 7
- Forks: 33
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Contributing: docs/Contributing.md
- License: LICENSE
Awesome Lists containing this project
README
[](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:anthonydreessen@gmail.com) - Product Owner, Product Management + Full-stack Development
- [Darcie Fitzpatrick](mailto:darciefitzpatrick@gmail.com) - Product Design, Product Management + User Research
- [Cat Zhang](mailto:cielzee@gmail.com) - Product Management + Product Design
- [Joseph Greubel](mailto:joegreubel1@gmail.com) - Front-end Development, Back-end Development
- [Michael Oleske](mailto:moleske@pivotal.io) - Back-end Development
Take 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`