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

https://github.com/oxide-byte/todo-surrealdb

small POC Todo application with SurrealDB
https://github.com/oxide-byte/todo-surrealdb

leptos rust ssr surrealdb

Last synced: 2 months ago
JSON representation

small POC Todo application with SurrealDB

Awesome Lists containing this project

README

        

= Todo SurrealDB

== Purpose

This is a simple POC, to evaluate SurrealDB and it's components

== Actions

Starting the docker image of SurrealDB with credentials root/root

[source,shell]
----
docker compose up
----

Starting the application, Leptos with Server Side Rendering

[source,shell]
----
cargo leptos serve
----

Access to the application:

http://127.0.0.1:3000