Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jokester/fullstack-playground
A playground to try different tech stacks (see readme for demo sites)
https://github.com/jokester/fullstack-playground
Last synced: 13 days ago
JSON representation
A playground to try different tech stacks (see readme for demo sites)
- Host: GitHub
- URL: https://github.com/jokester/fullstack-playground
- Owner: jokester
- Created: 2021-02-10T07:15:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T16:11:45.000Z (about 2 years ago)
- Last Synced: 2023-03-24T07:42:57.404Z (over 1 year ago)
- Language: TypeScript
- Homepage: fullstack-playground-web-demo-jokester.vercel.app
- Size: 1.04 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fullstack-playground
---Playground of different tech stacks
## Sub Projects
- [client-web/](client-web): demo web client
- [demo](https://client-demo.jokester.io/)- [server-scala/stateless-akka-http/](server-scala/stateless-akka-http/)
- stateless http/websocket server. build on akka-http
- [demo: message-sink](https://client-demo.jokester.io/message-sink)- [server-scala/stateless-openapi/](server-scala/stateless-openapi/)
- stateless OpenAPI server with [tapir](https://github.com/softwaremill/tapir)- [server-scala/stateless-openapi/](server-scala/stateless-openapi/)
- [demo: todo-list](https://client-demo.jokester.io/todo-list)
- stated OpenAPI server with [tapir](https://github.com/softwaremill/tapir)
- DB layer: [quill](https://github.com/getquill/quill) / PostgreSQL
- GraphQL query server [hasura](https://hasura.io)
- see [staging](staging/) for deployed exampled