Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-training-2026-template

Twin:te の研修テンプレート。

構成

backend/   - Go + Echo + GORM (PostgreSQL) + Docker
frontend/  - Vite + React + TypeScript

それぞれ独立したプロジェクトです。詳細は各ディレクトリの README を参照。

クイックスタート

ターミナルを 2 つ用意して、

backend

cd backend
cp .env.example .env
docker compose up --build

データベースのテーブルはアプリ起動時に自動で作られます(GORM の AutoMigrate)。

frontend

cd frontend
npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages