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
- Host: GitHub
- URL: https://github.com/matigumma/surrealdb-backend-test
- Owner: matigumma
- Created: 2022-09-27T01:58:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T02:14:01.000Z (over 2 years ago)
- Last Synced: 2024-09-27T13:01:31.796Z (7 months ago)
- Topics: daisyui, nextjs, nodejs, surrealdb, t3, tailwindcss, trpc, typescript
- Language: TypeScript
- Homepage:
- Size: 654 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SurrealDB test
This is my little contribution testing SurrealDb.js 0.5.0 for NodeJS

## What im using here?
Typescript
NextJS
tRPC
SurrealDb.js## How to start?
https://gist.github.com/matigumma/9ae8cbe6d1288660a3726510346ebf12complete 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!