azukiazusa1 / fresh-blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fresh project

This is a tutorial for Fresh🍋

See the following article for more details😉

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

Requirement

  • Deno version 1.23.0 or higher

This application uses postgres. so, you need to create .env file and set the following environment variables.

  • DB_USER
  • POSTGRES_DB
  • DB_HOST
  • DB_PASSWORD
  • DB_PORT

Usage

Start the project:

deno task start

This will watch the project directory and restart as necessary.

About

License:MIT License


Languages

Language:TypeScript 89.1%Language:CSS 10.6%Language:Shell 0.3%