Surreal React
SurrealDB explorer.. its a work in progress but have fun ?
Live preview/test
How to run locally
git clone https://github.com/rvdende/surrealreact
cd surrealreact
yarn install
yarn start
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