The goal is to build a Lean Coffee app that we can use as a group to suggest and vote on popular topics for discussion prior to our scheduled meetups. This allows us to brainstorm more interesting topics and organize who will be in each discussion and at what time they will happen.
The app is composed of a Ruby on Rails backend, a React frontend initialized by the create-react-app tool, and a Postgres database.
Other components: Redux, GraphQL, Typescript, Material UI
- Make
- Docker & Docker Compose
- Run
make dev
at the root of this project. - Visit the app at http://localhost:3000.
- Make your code changes! The app should be live-reloaded whenever you save.