Skip to content

erikolsen/pairamid-api

Repository files navigation

Pairamid-Api provides the backend for pairamid.com. A web application to facilitate optimal pair programming, team collaboration, and situational awareness. The backend supports both api and websocket requests. Key metrics tracked:

  • pair frequency
  • cross functional metrics
  • pair duration
  • pair history
  • pair feedback

Screenshots

Pairamid Home

Pairamid Home

Pairamid Home

Development

This project was bootstrapped with Flask.

This application bas been built to run with with the react frontend pairamid-dom.

To start local development:

  1. pip install -r requirements.txt
  2. docker pull postgresql
  3. docker run --rm --name pg-pairamid -e POSTGRES_PASSWORD=docker -d -p 5432:5432 postgres
  4. flask add-users
  5. flask add-pairs
  6. flask run

About

A python backed for a pairing matrix app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages