Skip to content

kuc-arc-f/astro2_23app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

img

  • plan

img

  • er-chart

img


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 = "from@test.com"

Start

npm i

#start-dev

yarn  dev

# build

yarn build


blog

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


About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published