Skip to content

SystemEngineeringTeam/ait-guide-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ait-guide-back

Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge

AITガイドのバックエンドリポジトリ

環境

言語・フレームワーク バージョン
Go 1.21.6
gin-gonic/gin 1.9.1
neo4j-go-driver/v5 5.18.0
paulmach/orb 0.11.1
spf13/viper 1.18.2
MySQL 8.0
Neo4j 5.17.0
Docker 25.0.3

makeコマンド

Make 実行する処理
make ヘルプの表示
make build dockerコンテナビルド
make up dockerコンテナ起動
make build-up dockerコンテナビルド&起動
make down dockerコンテナ停止
make restart コンテナ再起動
make db DBコンテナに入る
make go goコンテナに入る
make help ヘルプ

環境変数

シス研のesaを参照 (project/2023年度/AITガイド)

実行方法

1.環境構築

Dockerをインストールする

macOS向け

Docker Desktop の Mac へのインストール
or
brew install --cask docker

Ubuntu向け

Docker Engine インストール(Ubuntu 向け)

2.環境変数のファイルを格納する

プロジェクトのルートディレクトリと./src/conf/environmentsにそれぞれファイルを設定 環境変数のファイルについてはesaを確認すること

3.実行

makefileがあるのでそれを使う

ビルド&実行

make build-up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published