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

https://github.com/officialrajdeepsingh/surrealdb-deno

SurrealDb database is new database with deno fresh framework
https://github.com/officialrajdeepsingh/surrealdb-deno

deno fresh fresh-framework freshframework surreal surreal-database surrealdb surrealdb-database

Last synced: 7 months ago
JSON representation

SurrealDb database is new database with deno fresh framework

Awesome Lists containing this project

README

          

## 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
![Todo Demo](./static/tododemo.gif)

### 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
```

[![Made with Fresh](https://fresh.deno.dev/fresh-badge.svg)](https://fresh.deno.dev)