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
- Host: GitHub
- URL: https://github.com/oxide-byte/todo-surrealdb
- Owner: oxide-byte
- License: mit
- Created: 2024-09-11T17:02:20.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-09-27T18:04:47.000Z (8 months ago)
- Last Synced: 2025-01-21T04:17:08.324Z (4 months ago)
- Topics: leptos, rust, ssr, surrealdb
- Language: Rust
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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