Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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.
- Host: GitHub
- URL: https://github.com/sophiecollard/twitter-clone
- Owner: sophiecollard
- Created: 2022-06-26T13:45:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T09:54:16.000Z (over 1 year ago)
- Last Synced: 2024-09-30T05:21:11.053Z (4 months ago)
- Topics: 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
- Language: Scala
- Homepage:
- Size: 241 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)