surrealDb-deno

SurrealDb database is new database with deno fresh framework

Stars
9

fresh project

surrealDb-deno project design with the fresh framework and surrealDb database. You can easily start working with surrealDbn using with integration library. I use the surrealDb deno module in this demo to create a todo web.

Don't criticize my typescript code.

DEMO

How to Use

Firstly download all code from the github repo using git clone https://github.com/officialrajdeepsingh/surrealDb-deno.git and start the local development server with the deno task start.

The deno task start command automatically download all package from deno and running into http://localhost:3002/ port in the browser.

Make sure your surrealDb database is allready to run in your local or remote server, and change your database URL in the .env file.

//.env

DATABASE_URL=http://127.0.0.1:8000/rpc
Badges
Extracted from project README
Made with Fresh