Full-stack app E2E test
Go to file
rdev-worker 296401abbc
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
build: Build a full-stack task management application with the following str...
2026-01-31 07:44:20 +00:00
.claude Initialize project from default template 2026-01-31 07:41:06 +00:00
backend build: Build a full-stack task management application with the following str... 2026-01-31 07:44:20 +00:00
frontend build: Build a full-stack task management application with the following str... 2026-01-31 07:44:20 +00:00
.woodpecker.yml build: Build a full-stack task management application with the following str... 2026-01-31 07:44:20 +00:00
docker-compose.yml build: Build a full-stack task management application with the following str... 2026-01-31 07:44:20 +00:00
Dockerfile build: Build a full-stack task management application with the following str... 2026-01-31 07:44:20 +00:00
README.md Initialize project from default template 2026-01-31 07:41:06 +00:00

fs3

Deployed at: https://2k7zszfh.threesix.ai

Getting Started

  1. Clone the repository
  2. Build with Docker: docker build -t fs3 .
  3. Run locally: docker run -p 8080:8080 fs3

CI/CD

This project uses Woodpecker CI for continuous deployment. Pushing to main will:

  • Build a Docker image
  • Push to the container registry
  • Deploy to Kubernetes

Resources