Skip to content
This repository was archived by the owner on Apr 17, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 

Repository files navigation

hackathon2026-spring-press-release-editor

Hackathon 2026 Spring 向けに開発されたプレスリリースエディターアプリケーションです。 参加者向けの手順はこの README と webapp/README.md に集約しています。

クイックスタート

1. バックエンド(Docker)を起動

cd webapp
docker compose up -d

2. フロントエンドを1つ選んで起動

React 版:

cd webapp/frontend/react
npm install
npm run dev

Vue 版:

cd webapp/frontend/vue
npm install
npm run dev

Next.js 版:

cd webapp/nextjs
npm install
npm run dev

プロジェクト構成

  • データベース: PostgreSQL 16
  • バックエンド実装(デフォルト: PHP)
    • ✅ PHP 8.5(Slim Framework 4)
    • ✅ Python 3.14(FastAPI)
    • ✅ Go 1.25(Chi + pgx)
    • ✅ Node.js(Hono)
  • フロントエンド
    • ✅ React + Vite
    • ✅ Vue + Vite
    • ✅ Next.js

詳細情報

バックエンドAPI仕様・実装切り替え手順は以下を参照してください。

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages