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
- Host: GitHub
- URL: https://github.com/kuc-arc-f/bolt_5example
- Owner: kuc-arc-f
- Created: 2024-10-16T09:07:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-20T07:34:06.000Z (over 1 year ago)
- Last Synced: 2024-12-27T20:19:28.762Z (about 1 year ago)
- Topics: cloudflare-d1, cloudflare-workers, esbuild, expressjs, react, shadcn-ui, stackblitz
- Language: TypeScript
- Homepage:
- Size: 157 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
***