Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sophiecollard/twitter-clone

Simple Twitter clone to demo building REST and GraphQL APIs using the Scala 2.13 and the Typelevel stack as well as single-page frontend applications with Elm 0.19.
https://github.com/sophiecollard/twitter-clone

api backend cats cats-effect circe doobie elm elm-lang fp functional-programming graphql http4s rest rest-api sangria sangria-graphql scala tapir twitter typelevel

Last synced: about 17 hours ago
JSON representation

Simple Twitter clone to demo building REST and GraphQL APIs using the Scala 2.13 and the Typelevel stack as well as single-page frontend applications with Elm 0.19.

Awesome Lists containing this project

README

        

# Twitter clone

Simple Twitter clone to demo building REST and GraphQL APIs with Scala 2.13 and the [Typelevel](https://typelevel.org/) stack as well as single-page frontend applications with [Elm](https://elm-lang.org/) 0.19.

Please refer to the respective READMEs for the:
* [Scala backend](backend/README.md)
* [Elm frontend](frontend/README.md)