All Projects → ParabolInc → Parabol

ParabolInc / Parabol

Licence: other
Free online agile retrospective meeting tool

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Parabol

Awesome Agile
Awesome List of resources on Agile Software Development.
Stars: ✭ 797 (-30.39%)
Mutual labels:  kanban, agile
Tutorial Graphql Subscriptions Redis
GraphQL server implementation with Redis backing allowing pubsub
Stars: ✭ 12 (-98.95%)
Mutual labels:  graphql, redis
Graphql Redis Subscriptions
A graphql subscriptions implementation using redis and apollo's graphql-subscriptions
Stars: ✭ 829 (-27.6%)
Mutual labels:  graphql, redis
Pinax Stripe
a payments Django app for Stripe
Stars: ✭ 650 (-43.23%)
Mutual labels:  saas, stripe
Ultimate Backend
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
Stars: ✭ 978 (-14.59%)
Mutual labels:  graphql, stripe
Leantime
Leantime is a lean project management system for innovators. Designed to help you manage your projects from ideation to delivery.
Stars: ✭ 702 (-38.69%)
Mutual labels:  kanban, agile
Masterlab
简单高效、基于敏捷开发的项目管理工具
Stars: ✭ 846 (-26.11%)
Mutual labels:  kanban, agile
Enferno
A Python framework based on Flask microframework, with batteries included, and best practices in mind.
Stars: ✭ 385 (-66.38%)
Mutual labels:  saas, redis
Catalyst
Typescript NodeJS Microservices Boilerplate with Generator CLI - Moleculer, GraphQL, REST, OAuth2, Jaeger, Grafana, Prometheus, Ory Hydra, Ory Keto w/ Access Control middleware, Moleculer-DB GraphQL mixin, Pug, Redis, sibling client repo (login, persistance layer, react-native-web, ios, android)
Stars: ✭ 30 (-97.38%)
Mutual labels:  graphql, redis
Planka
The realtime kanban board for workgroups built with React and Redux.
Stars: ✭ 944 (-17.55%)
Mutual labels:  kanban, agile
Graphql Ts Server Boilerplate
A GraphQL server boilerplate made with Typescript, PostgreSQL, and Redis
Stars: ✭ 643 (-43.84%)
Mutual labels:  graphql, redis
Wertik Js
💪 A library that powers your app with GraphQL + Rest API
Stars: ✭ 56 (-95.11%)
Mutual labels:  graphql, saas
Flasksaas
A great starting point to build your SaaS in Flask & Python, with Stripe subscription billing 🚀
Stars: ✭ 412 (-64.02%)
Mutual labels:  saas, stripe
Stream Reactor
Streaming reference architecture for ETL with Kafka and Kafka-Connect. You can find more on http://lenses.io on how we provide a unified solution to manage your connectors, most advanced SQL engine for Kafka and Kafka Streams, cluster monitoring and alerting, and more.
Stars: ✭ 753 (-34.24%)
Mutual labels:  redis, rethinkdb
Api
🏁🛠️ SaaS backend & API framework based on @nestjs
Stars: ✭ 390 (-65.94%)
Mutual labels:  saas, stripe
Jitamin
🐼 Jitamin is a free software written in PHP, intended to handle the project management over the web. QQ群: 656868
Stars: ✭ 903 (-21.14%)
Mutual labels:  kanban, agile
Spikenail
A GraphQL Framework for Node.js
Stars: ✭ 358 (-68.73%)
Mutual labels:  graphql, realtime
Support
Agile project management integrated with GitHub
Stars: ✭ 373 (-67.42%)
Mutual labels:  kanban, agile
Docker Taiga
Docker container for Taiga https://taiga.io
Stars: ✭ 14 (-98.78%)
Mutual labels:  kanban, agile
Mycollab
An open source, free, high performance, stable and secure Java Application Business Platform of Project Management and Document
Stars: ✭ 1,063 (-7.16%)
Mutual labels:  kanban, agile

Parabol - We're hiring!

Slack Status CircleCI StackShare

Overview

Parabol is an open-source SaaS application for running team retrospectives and operating a distributed organization. We publish our company's history and business metrics, too.

Dashboard Discuss

Stack Information

Concern Solution
Server Node
Server Framework uWebSockts.js
Database (Legacy) RethinkDB
Database PostgreSQL
PubSub & Cache Redis
Data Transport GraphQL
Real-time Connectivity trebuchet
Client Cache Relay
UI Framework React
Styling Emotion
Integration Testing Cypress

Setup

Prerequisites

Installation

$ git clone https://github.com/ParabolInc/parabol.git
$ cd parabol
$ cp .env.example .env # Add your own vars here
$ yarn
$ yarn db:start
$ yarn dev

If yarn db:start failed and localhost:5050 isn't working, a docker container, volume or image may be corrupted and need to be pruned.

Build for production and start application:

$ yarn && yarn build && yarn start

RethinkDB

  • Migrations are stored in packages/server/database/migrations
  • RethinkDB Dashboard is at http://localhost:8080

PostgreSQL

  • pgadmin is at http://localhost:5050

  • Connect using PGADMIN_DEFAULT_EMAIL and PGADMIN_DEFAULT_PASSWORD

  • Click "Add New Server" and fill out the forms with your .env values

    • General.name = POSTGRES_DB
    • Connection.host = 'postgres' (hardcoded from docker-compose dev.yml, not from .env!)
    • Connection.username = POSTGRES_USER
    • Connection.password = POSTGRES_PASSWORD
    • Connection.maintenanceDatabase = POSTGRES_DB
    • Connection.port = POSTGRES_PORT
  • Fill out the form with values from your .env. Set the host to postgres

Getting Involved

Parabol offers equity for qualified contributions.

See CONTRIBUTING.md for more information on how to get involved and how to get compensated.

Releases

For details on all releases, refer to CHANGELOG.md.

Parabol Core Team

License

Copyright (c) 2016-present, Parabol, Inc.

This codebase is dual-licensed under the GNU AFFERO GENERAL PUBLIC LICENSE, Version 3.0 while holding, at Parabol's sole discretion, the right to create new licenses. For details please read LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].