{"id":25684545,"url":"https://github.com/systemengineeringteam/ait-guide-back","last_synced_at":"2025-02-24T17:32:01.476Z","repository":{"id":226589425,"uuid":"755463294","full_name":"SystemEngineeringTeam/ait-guide-back","owner":"SystemEngineeringTeam","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-13T13:01:54.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T13:46:22.276Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SystemEngineeringTeam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-10T09:36:09.000Z","updated_at":"2025-02-13T13:02:01.000Z","dependencies_parsed_at":"2024-03-15T10:43:24.484Z","dependency_job_id":"638fc3c6-0847-4dad-a900-709089a2877f","html_url":"https://github.com/SystemEngineeringTeam/ait-guide-back","commit_stats":null,"previous_names":["systemengineeringteam/ait-guide-back"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystemEngineeringTeam%2Fait-guide-back","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystemEngineeringTeam%2Fait-guide-back/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystemEngineeringTeam%2Fait-guide-back/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystemEngineeringTeam%2Fait-guide-back/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SystemEngineeringTeam","download_url":"https://codeload.github.com/SystemEngineeringTeam/ait-guide-back/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240524030,"owners_count":19815202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-24T17:31:45.289Z","updated_at":"2025-02-24T17:32:01.466Z","avatar_url":"https://github.com/SystemEngineeringTeam.png","language":"Go","readme":"# ait-guide-back\n\n![Static Badge](https://img.shields.io/badge/Go-1.21.6-_?logo=go\u0026link=https%3A%2F%2Fgo.dev%2F)\n![Static Badge](https://img.shields.io/badge/Gin-1.9.1-_?logo=gin\u0026link=https%3A%2F%2Fpkg.go.dev%2Fgithub.com%2Fgin-gonic%2Fgin)\n![Static Badge](https://img.shields.io/badge/Viper-1.18.2-_?link=https%3A%2F%2Fpkg.go.dev%2Fgithub.com%2Fspf13%2Fviper)\n![Static Badge](https://img.shields.io/badge/Docker-25.0.3-_?logo=docker\u0026link=https%3A%2F%2Fdocs.docker.com%2F)\n![Static Badge](https://img.shields.io/badge/MySQL-8-_?logo=mysql)\n![Static Badge](https://img.shields.io/badge/Neo4j-5.17.0-_?logo=neo4j\u0026link=https%3A%2F%2Fneo4j.com%2Fdocs%2Fgo-manual%2Fcurrent%2F)\n\n[AITガイド](https://ait-guide.sysken.net)のバックエンドリポジトリ\n\n## 環境\n\n| 言語・フレームワーク  | バージョン |\n| --------------------- | ---------- |\n| Go                    | 1.21.6     |\n| gin-gonic/gin         | 1.9.1      |\n| neo4j-go-driver/v5    | 5.18.0     |\n| paulmach/orb          | 0.11.1     |\n| spf13/viper           | 1.18.2     |\n| MySQL                 | 8.0        |\n| Neo4j                 | 5.17.0     |\n| Docker                | 25.0.3     |\n\n## makeコマンド\n\n| Make                | 実行する処理               |\n| ------------------- | ------------------------ |\n| make                | ヘルプの表示               |\n| make build          | dockerコンテナビルド       |\n| make up             | dockerコンテナ起動         |\n| make build-up       | dockerコンテナビルド＆起動  |\n| make down           | dockerコンテナ停止         |\n| make restart        | コンテナ再起動             |\n| make db             | DBコンテナに入る           |\n| make go             | goコンテナに入る           |\n| make help           | ヘルプ                    |\n\n## 環境変数\n\nシス研のesaを参照\n(project/2023年度/AITガイド)\n\n## 実行方法\n\n### 1.環境構築\n\nDockerをインストールする\n\n#### macOS向け\n\n[Docker Desktop の Mac へのインストール](https://matsuand.github.io/docs.docker.jp.onthefly/desktop/mac/install/)\\\nor\\\n`brew install --cask docker`\n\n#### Ubuntu向け\n\n[Docker Engine インストール（Ubuntu 向け）](https://matsuand.github.io/docs.docker.jp.onthefly/engine/install/ubuntu/)\n\n### 2.環境変数のファイルを格納する\n\nプロジェクトのルートディレクトリと`./src/conf/environments`にそれぞれファイルを設定\n環境変数のファイルについてはesaを確認すること\n\n### 3.実行\n\nmakefileがあるのでそれを使う\n\n#### ビルド＆実行\n\n``` bash\nmake build-up\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystemengineeringteam%2Fait-guide-back","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsystemengineeringteam%2Fait-guide-back","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystemengineeringteam%2Fait-guide-back/lists"}