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

https://github.com/matigumma/surrealdb-backend-test

SurrealDB test with ts + node
https://github.com/matigumma/surrealdb-backend-test

daisyui nextjs nodejs surrealdb t3 tailwindcss trpc typescript

Last synced: 2 months ago
JSON representation

SurrealDB test with ts + node

Awesome Lists containing this project

README

        

# SurrealDB test

This is my little contribution testing SurrealDb.js 0.5.0 for NodeJS

![Screen](git-assets/screen.png)

## What im using here?

Typescript
NextJS
tRPC
SurrealDb.js

## How to start?
https://gist.github.com/matigumma/9ae8cbe6d1288660a3726510346ebf12

complete your .env file with :

SURREALDB_URL=https://yoursurrealurl:8000/rpc
SURREALDB_NS=yournsname
SURREALDB_DB=yourdbname
SURREALDB_USER=yourdbuser
SURREALDB_PASS=yourdbpass

## How to follow?

yarn dev

## thanks to
surrealdb team!