astro2_23app Svelte Themes

Astro2_23app

Astro 2 + Cloudflare D1 app , todo, plan, er-chart, task-list

# astro2_23app

Version: 0.9.1

Author  : Kouji Nakashima / kuc-arc-f.com

date    : 2023/05/24

update : 2023/06/25


Summary

Astro 2 + Cloudflare D1 app , todo, plan, er-chart, task-list

  • todo : todo app, markdown input
  • plan : schedule input
  • er-chart : mermaid.js use, Er Chart create
  • task-list: project, task List add

API Server



Screen

  • todo

  • plan

  • er-chart


setup

  • .env
  • PUBLIC_API_URL, PUBLIC_API_KEY
  • (Option) PUBLIC_KV_URL, PUBLIC_KV_KEY
  • auth info: PUBLIC_BASIC_AUTH_USER, PUBLIC_BASIC_AUTH_PASSWORD
PUBLIC_SYSTEM_NAME = "hoge_system"

PUBLIC_BASIC_AUTH_USER = "hoge"
PUBLIC_BASIC_AUTH_PASSWORD = "1111"

PUBLIC_API_URL=http://localhost:8787
PUBLIC_API_KEY="hoge123"
PUBLIC_KV_URL=https://hoge.com
PUBLIC_KV_KEY=""

  • (option) mail send setting, .env
    # MAIL
    PUBLIC_SMTP_HOST = "test.com"
    PUBLIC_SMTP_PORT = 465
    PUBLIC_SMTP_SECURE = true
    PUBLIC_SMTP_AUTH_USER = "hoge"
    PUBLIC_SMTP_AUTH_PASS = ""
    PUBLIC_FROM_MAIL_ADDRESS = "[email protected]"
    

Start

npm i

#start-dev

yarn  dev

# build

yarn build


blog

https://zenn.dev/knaka0209/books/b5e25eac05b2c5


Top categories

Loading Svelte Themes