Coder Social home page Coder Social logo

2mawi2 / retro Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maibornwolff/retro

0.0 1.0 0.0 13.94 MB

A self-hostable web application for remote retrospectives

License: MIT License

HTML 0.47% CSS 0.22% JavaScript 0.31% Dockerfile 0.62% TypeScript 98.38%

retro's Introduction

Retro - Make Retrospectives Great Again

CircleCI (all branches) GitHub release GitHub code style: prettier

demo

Table of Contents

What is Retro?

Retro is a tool that you can use for your retrospectives. The goal of Retro is to aid teams in remote retrospectives.

At work, we were using third party retrospective tools, which meant we couldn't express ourselves freely because of privacy reasons. Retro provides an open-source solution, where you can host the app on your own servers, so you can discuss freely again, since you own the data!

Usage Locally

Install dependencies

$ cd backend && npm i && cd ..
$ cd frontend && npm i && cd ..

Run servers

$ cd backend && npm run start:dev && cd ..
$ cd frontend && npm run start && cd ..

Branching

  • The master branch is always the latest development stage
  • Stable releases are tagged with their respective version number
  • There might be feature branches that contain new experimental stuff

Deployment Examples

PM2

  • Install PM2 on your server
  • Clone this project on your server
  • Install the dependencies by running npm i on backend and frontend
  • Check if the proxy settings are correct
    • Check backend/src/config/index.js
    • Check frontend/src/setupProxy.js
    • Check frontend/src/utils/index.js
  • Provide an .env.production.local file inside of frontend
    # Example
    REACT_APP_PROD_URL=http://mydomain.com
    REACT_APP_PROD_PORT=80
    
  • Build the frontend by running npm run deploy
  • Go to the backend folder and run pm2 start processes.json

Docker

  • There is a Dockerfile on the project root which builds everything and runs the server
  • You might want to define your own restart policy then
  • The server runs without process managers. You can read here why.

Contributing

  • This project uses Prettier and the latest LTS version of Node.js
  • You can also develop with the provided Docker containers!
    • on Linux, make sure to set an environment variable, since host.docker.internal is not working:
      • export DOCKER_HOST_IP=$(docker network inspect bridge --format='{{(index .IPAM.Config 0).Gateway}}')

Project State

  • You can always watch the current state of the project at Trello

retro's People

Contributors

yduman avatar cctechuser avatar dependabot[bot] avatar mrpatpat avatar claasbusemann avatar paulabre avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.