Skip to content

Releases: Kelocker/hackathon-template

πŸŽ‰ Stable Release – v1.0.0

20 May 07:07
cdd7936
Compare
Choose a tag to compare

πŸŽ‰ 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)

πŸ“¦ Features

  • Ready-to-run full-stack dev environment
  • Example API route: /api/hello
  • Docker Compose config for seamless local setup
  • .env support for backend configuration
  • Preconfigured .dockerignore and .gitignore
  • Minimal starter README.md with instructions

πŸ’‘ Tip: After using this template, run:

docker compose up --build

Status:
🐳 Docker Compose Manual Build Check