Skip to content

JanSound/10Seconds-backend-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

10Seconds 에 사용될 Go Backend 입니다

- go (1.20)
- gin

How to run (server)

1. git clone

Repo: https://github.com/JanSound/10Seconds-backend-go

git clone https://github.com/JanSound/10Seconds-backend-go.git

2. run by Go

cd src
go install
go run main.go

3. run in Docker

docker build -t tenseconds-go .
docker run -d -p 8001:8001 tenseconds-go

# 이후에는 아래의 스크립트 실행을 통해 배포
sh scripts/rebuild_and_restart.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •