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.
This project uses
- Next.js
- Tailwind CSS
- Jest for unit testing
- Cypress for end-to-end testing
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.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!