Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 337 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 337 Bytes

ideas-api

Api Go Graphql for ideas

GETTING STARTED

docker-compose up

ROADMAP

  • Model Idea
  • Mutation Create Ideas
  • Query Get Ideas
  • Query Update current Idea
  • Model Vote
  • Possibility to vote for an idea of the week
  • Query Get ideas (add vote)
  • Test Unit
  • Security