Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rvdende/surrealreact
SurrealDB explorer UI written in react.
https://github.com/rvdende/surrealreact
react reactjs surreal surrealdb typescript
Last synced: about 1 month ago
JSON representation
SurrealDB explorer UI written in react.
- Host: GitHub
- URL: https://github.com/rvdende/surrealreact
- Owner: rvdende
- License: mit
- Created: 2022-09-21T15:47:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T06:16:36.000Z (over 1 year ago)
- Last Synced: 2024-08-01T22:43:08.889Z (5 months ago)
- Topics: react, reactjs, surreal, surrealdb, typescript
- Language: TypeScript
- Homepage: https://surrealreact.fly.dev/
- Size: 439 KB
- Stars: 65
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-surreal - SurrealReact - An explorer UI written in react. (Management interfaces)
README
# Surreal React
[![Fly Deploy](https://github.com/rvdende/surrealreact/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/rvdende/surrealreact/actions/workflows/main.yml)
SurrealDB explorer.. its a work in progress but have fun :)
![screenshot](https://raw.githubusercontent.com/rvdende/surrealreact/main/screenshot.png)
# Live preview/test
https://surrealreact.fly.dev/
# How to run locally
```
git clone https://github.com/rvdende/surrealreact
cd surrealreact
pnpm i
pnpm dev
```Open browser at http://localhost:3000/
# To connect to a localhost surreal instance:
```
surreal start --log debug --user root --pass root memory
```url: http://0.0.0.0:8000/rpc
user: root
pass: root