Skip to content

tcu-egg/tcu-timetable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

時間割システム

リポジトリの準備

# リポジトリのクローン
git clone https://github.com/ninebolt6/tcu-timetable.git
cd tcu-timetable

# 新規ブランチを生やす
git checkout -b ブランチ名
# 既存のブランチに移動する
git branch ブランチ名

開発ルール

  • issueをTODOリストの要領で使う。自分が担当するissueには自分をアサインする。
  • issueにはできる限りラベルをつける。
  • ブランチの命名規則を守る。新機能はfeature/XXX、バグ修正はhotfix/XXX
  • コミットメッセージの頭にはfeat: XXXのように接頭辞をつける。詳細は.gitmessageを参照されたし。
  • プルリクエストにもコミットメッセージと同様に接頭辞をつける。
  • プルリクエストは必ずメンバーにレビューしてもらってからマージする。

Dockerでの開発

docker compose build
docker compose up -d
docker compose exec go go run main.go
docker compose stop
# フロントエンド
localhost:3000

# バックエンド
localhost:8080

# データベース
localhost:3306

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published