surrealdb / awesome-surreal

A curated list of SurrealDB resources, tools, utilities, and applications.
https://surrealdb.com
Creative Commons Zero v1.0 Universal
388 stars 56 forks source link

Add nextjs tauri kit in README.md #40

Closed reymom closed 8 months ago

reymom commented 9 months ago

My contribution for the issue #35.

From the README.md: This starter kit provides a streamlined setup for developing a Tauri App + Next.js applications with an integrated SurrealDB database. It bridges the frontend with the backend using an ICP command layer following the JSON-RPC 2.0 format.

If there's something that should be improved, do let me know :+1:

phughk commented 8 months ago

Hey! Thanks for writing this, it's great!

One comment about the readme - could you include the command to install the tauri CLI please? cargo install --git https://github.com/tauri-apps/tauri --branch 1.x tauri-cli Otherwise, I think it's really good thank you :)

Some things I would change as a personal preference (you absolutely don't have to, it's already at a high standard)

Aside from that, it's perfect. Thanks as well for writing tests, they are a great way to get reassurance and learn from the starter kit!

reymom commented 8 months ago

Thanks for the feedback! I already added the tauri-cli install command. I will also check that about the structure, I agree it looks a bit odd. I was trying to get a minimal organization and ended up mixing types-model-storage up.

kearfy commented 8 months ago

Apologies for the delayed merge here @reymom! Merged it now, thanks for your contribution!

kearfy commented 8 months ago

Oh, I forgot to ask, but could you add a screenshot of your finished application in the Readme of your project?