Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MartinKavik/seed-realworld-darklang
Seed RealWorld example with Dark lang backend
https://github.com/MartinKavik/seed-realworld-darklang
darklang realworld rust seed wasm website
Last synced: about 1 month ago
JSON representation
Seed RealWorld example with Dark lang backend
- Host: GitHub
- URL: https://github.com/MartinKavik/seed-realworld-darklang
- Owner: MartinKavik
- License: other
- Created: 2020-01-28T11:03:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T22:03:36.000Z (almost 2 years ago)
- Last Synced: 2024-11-17T22:26:44.390Z (about 1 month ago)
- Topics: darklang, realworld, rust, seed, wasm, website
- Language: Rust
- Homepage: https://seed-realworld-darklang.netlify.com/
- Size: 2.61 MB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-seed-rs - Dark lang Realworld - Seed Realworld example on _Quickstart with Webpack_ with integrated [Dark lang](https://darklang.com/) Realworld. (Examples)
README
# Seed RealWorld with Dark lang
[![Netlify Status](https://api.netlify.com/api/v1/badges/58c3554c-2e5e-4f87-8c5a-8560db483865/deploy-status)](https://app.netlify.com/sites/seed-realworld-darklang/deploys)
[**LIVE DEMO**: seed-realworld-darklang.netlify.com](https://seed-realworld-darklang.netlify.com/)
This repo contains two [RealWorld](https://github.com/gothinkster/realworld) examples:
# ![](seed_realworld_logo.png)
- [Seed](https://seed-rs.org/) **frontend** is based on [seed-rs-realworld](https://github.com/seed-rs/seed-rs-realworld) and [seed-quickstart-webpack](https://github.com/seed-rs/seed-quickstart-webpack).
- The code is clean enough, complete and there are some unit tests.
- If you want to test it on your local machine, follow instructions in the [quickstart's readme](https://github.com/seed-rs/seed-quickstart-webpack).
- Architecture is described in the original [realworld readme](https://github.com/seed-rs/seed-rs-realworld).
- Do you have any questions? Join our forum and chat - links on the [Seed's website](https://seed-rs.org/).
- I want to reduce some boilerplate in the future and update it together with Seed.# ![](dark_lang_realworld_logo.png)
- **Backend** is written in [Dark lang](https://darklang.com/).
- It's a full implementation of RealWorld specs, tested manually and with the official RealWorld Postman collection.
- I tried to apply _Trace Driven Development_ - it works very well with Seed/Rust frontend.
- It contains 19 HTTP endpoints with JWT auth, 6 Datastores and some REPLs and Functions.
- If you want to try Dark lang, [join](https://darklang.com/) their private beta testing. Mention my username `martinkavik` to get invitation faster.
- When you find bugs or have questions, create an issue in this repo.
- It's not possible to share code at the moment so you can see at least a part of the canvas below.# ![](canvas_screen.png)