Skip to content

DTS-STN/Scrum-Poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Click to view the test reports for Main 👩‍🔬🧪

GitHub Workflow Status GitHub Workflow Status

Line Coverage Badge Statements Coverage Badge Function Coverage Badge Branch Coverage Badge

Versions

GitHub package.json dependency version (prod) GitHub package.json dependency version (dev dep on branch) GitHub package.json dependency version (dev dep on branch) GitHub package.json dependency version (dev dep on branch)

Description

Welcome to DTS Scrum Poker application! The goal of this repository is to create and bring an Agile tool to help estimate stories and tasks in an realtime environment platform.

This project is also using Next Template as its foundation.

Technologies Implemented

This project uses

Getting Started

First, run the scrum-poker-server:

You can find it here:

Then set up you .env file:

Take the api address of the Scrum Poker server and add it to your .env file
For example:

NEXT_PUBLIC_GRAPHQL_HTTP = "http://localhost:4000/graphql"
NEXT_PUBLIC_GRAPHQL_WS = "ws://localhost:4000/graphql"

Finally, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!