Scala implementation of miracle-tv backend

@Илья Панфёров Илья Панфёров authored on 19 Jul 2024
project feat: initial commit 1 year ago
src feat: initial commit 1 year ago
.gitignore feat: initial commit 1 year ago
README.md feat: initial commit 1 year ago
build.sbt feat: initial commit 1 year ago
README.md

Miracle-TV backend implementation using Scala, Pekko and Sangria

Developing

  1. Open sbt
  2. ~reStart
  3. Change that code
  4. GraphQL GUI is located on GET to [http://localhost:8080/gaphql]
  5. GraphQL API endpoint is located on POST to [http://localhost:8080/graphql]