Set up deployment strategy using Docker and deploy the application using Cloudflare Workers (or compatible platform).
** Important Note (Design Decision)**
Cloudflare Workers do NOT natively support Express + SQLite in the traditional way.
So this ticket includes:
Goals
- Containerize the app
- Deploy to cloud environment
- Ensure production readiness
Tasks
Research
Docker
docker build -t bookstore-api .
docker run -p 3000:3000 bookstore-api
Deployment Strategy
If Using Cloudflare Workers
If Using Alternative (Recommended)
Acceptance Criteria
Definition of Done
Optional (Nice to Have)
Set up deployment strategy using Docker and deploy the application using Cloudflare Workers (or compatible platform).
** Important Note (Design Decision)**
Cloudflare Workers do NOT natively support Express + SQLite in the traditional way.
So this ticket includes:
Goals
Tasks
Research
Docker
docker build -t bookstore-api .Deployment Strategy
If Using Cloudflare Workers
If Using Alternative (Recommended)
Acceptance Criteria
Definition of Done
Optional (Nice to Have)