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.
- Host: GitHub
- URL: https://github.com/jersou/deno-fresh-crud-example
- Owner: jersou
- Created: 2024-09-15T19:16:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-15T21:08:11.000Z (about 1 year ago)
- Last Synced: 2025-01-26T17:46:58.483Z (8 months ago)
- Topics: deno, deno-fresh, denokv, fresh, sqlite
- Language: TypeScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.