Cookie-gg / fresh-supabase-denodb

Blog system by Fresh, Supabase and Denodb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fresh project

Trying to make a blog system with Fresh, Supabase and Denodb.

ref: https://zenn.dev/azukiazusa/articles/fresh-tutorial

Usage

Create env file:

DB_USER=""
POSTGRES_DB=""
DB_PORT=0000
DB_PASSWORD=""
DB_HOST=""

Start the project:

deno task start

This will watch the project directory and restart as necessary.

About

Blog system by Fresh, Supabase and Denodb


Languages

Language:TypeScript 80.3%Language:CSS 19.7%