https://github.com/kajilabteam/hacku2022-backend
https://github.com/kajilabteam/hacku2022-backend
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kajilabteam/hacku2022-backend
- Owner: kajiLabTeam
- Created: 2022-07-31T05:02:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T08:37:49.000Z (almost 4 years ago)
- Last Synced: 2024-04-20T11:31:52.412Z (over 2 years ago)
- Language: VBA
- Size: 12.2 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HackU2022-Backend
# Introduction
このサービスは、Xclothesというサービスで、すれ違った人の服を評価できるAndroidアプリである。
そのXclothesのバックエンドの実装方法について記す。
# Environment
| Tool | Version |
| ---- | ---- |
| Go | 1.18.5 |
| Docker | 20.10.17 |
# Usage
# go
brew install go
go get github.com/gin-gonic/gin
go get -u github.com/jinzhu/gorm
go get github.com/go-sql-driver/mysql
go get -u github.com/teris-io/shortid
# docker
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install --cask docker
open /Applications/Docker.app
docker-compose build
docker-compose up -d
# execution
go run main.go