Scala implementation of miracle-tv backend

@Илья Панфёров Илья Панфёров authored on 19 Jul
project feat: initial commit 3 months ago
src feat: initial commit 3 months ago
.gitignore feat: initial commit 3 months ago
README.md misc: Correct readme 3 months ago
build.sbt feat: initial commit 3 months 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)[http://localhost:8080/gaphql]
  5. GraphQL API endpoint is located on POST to (http://localhost:8080/gaphql)[http://localhost:8080/graphql]