Releases: Kelocker/hackathon-template
Releases Β· Kelocker/hackathon-template
π Stable Release β v1.0.0
π Initial Stable Release β v1.0.0
This is the first official release of the hackathon-template, a full-stack boilerplate using:
β Whatβs Included
- βοΈ React (frontend) β
node:22-alpine - π Flask (backend) β
Python:3.13.x-slim - π³ Docker + Docker Compose β preconfigured for full-stack development
- β
GitHub Actions Integration
- Manual build workflow (
workflow_dispatch) for safe, on-demand testing - Optional auto-build workflow (can be enabled for CI on push/PR)
- Manual build workflow (
π¦ Features
- Ready-to-run full-stack dev environment
- Example API route:
/api/hello - Docker Compose config for seamless local setup
.envsupport for backend configuration- Preconfigured
.dockerignoreand.gitignore - Minimal starter
README.mdwith instructions
π‘ Tip: After using this template, run:
docker compose up --build