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

https://github.com/jersou/deno-fresh-crud-example

Basic Deno Fresh projet that use SQLite or DenoKV database, a Websocket and react-toastify.
https://github.com/jersou/deno-fresh-crud-example

deno deno-fresh denokv fresh sqlite

Last synced: 7 months ago
JSON representation

Basic Deno Fresh projet that use SQLite or DenoKV database, a Websocket and react-toastify.

Awesome Lists containing this project

README

          

# Deno Fresh CRUD example

Basic Deno Fresh projet that use SQLite or DenoKV database, a Websocket and
react-toastify.

Run with :

```
deno task start
```

## SQLite or DenoKV database

To use DenoKV database, add `"@/services/db.ts": "./services/kv.ts",` in
`imports` section of the `deno.json` file.

To use SQLite database, remove `"@/services/db.ts": "./services/kv.ts",` from
`imports` section of the `deno.json` file.