Technologies | About | How To Use
In memory scrum poker application
This project was developed with the following technologies:
- Clone this repository:
git clone https://github.com/bernardo-zuchowski/scrum-poker
; - Go into the repository:
cd scrum-poker
; - Run the app with live-reload:
make dev
orgo run github.com/cosmtrek/air -c ./cmd/graphql-server/.air.toml
; - If want generate or update the schemas (not required):
make gen
orgo run github.com/99designs/gqlgen generate
; - Use the API:
http://localhost:8080/playground
;