An open API service indexing awesome lists of open source software.

https://github.com/kuc-arc-f/bolt_5example

d1 + shadcn/ui + Express.js , bolt.new generate code fix
https://github.com/kuc-arc-f/bolt_5example

cloudflare-d1 cloudflare-workers esbuild expressjs react shadcn-ui stackblitz

Last synced: about 2 months ago
JSON representation

d1 + shadcn/ui + Express.js , bolt.new generate code fix

Awesome Lists containing this project

README

          

# bolt_5example

Version: 0.9.1

Author  :

date    : 2024/10/15

update : 2024/10/20

***

d1 + shadcn/ui + Express.js + React
* bolt.new generate code fix

***
### workers + D1 database

https://github.com/kuc-arc-f/hono_34api

***
### Setup
* .env
* auth , API_URL info
```
APP_NAME="bolt_5"
AUTH_USER_MAIL="test1@example.com"
AUTH_PASSWORD="1234"
AUTH_USER_ID=1
# EXPIRED_TIME: min set
AUTH_EXPIRED_TIME=120
EXTERNAL_API_URL=https://localhost
```

***
### build

* build, dev-start

```
bun run build
bun run dev
```

***
### example

* todo : TODO app
* bookmark: bookmark edit
* plan: schedule example
* chat: chat app

***
# License

* MIT

***