Skip to content

A collaborative planning app built with React, GraphQL and MongoDB

Notifications You must be signed in to change notification settings

BinaryProvider/ballpark

Repository files navigation

Ballpark - A collaborative planning app

With Ballpark, you and your colleagues can create user stories and play planning poker on them in real-time.

Screenshots

Stack

The front-end is a React application and the back-end consists of a GraphQL API and a MongoDB database.

The application is dockerized using Docker Compose so the entire stack can be built and run with one command.

Prerequisites

Installation

Run the command below in the root directory of the repo.

npm start

This will execute Docker Compose which will build docker images for the entire stack as well as spinning up instances.

Note: This step may take some time, but have patience.

When you see the text below in the console it means that the client is ready. Open http:https://localhost:3000 in a browser to try it out.

ballpark-client | Compiled successfully!
ballpark-client |
ballpark-client | You can now view client in the browser.
ballpark-client |
ballpark-client | Local: http:https://localhost:3000/

License

ISC

About

A collaborative planning app built with React, GraphQL and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages