Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umi0410/how-to-backend-in-go
Basics and fundamentals to develop Golang applications
https://github.com/umi0410/how-to-backend-in-go
backend go golang
Last synced: 14 days ago
JSON representation
Basics and fundamentals to develop Golang applications
- Host: GitHub
- URL: https://github.com/umi0410/how-to-backend-in-go
- Owner: umi0410
- Created: 2021-07-03T18:07:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-04T18:13:04.000Z (over 3 years ago)
- Last Synced: 2024-06-21T15:36:01.055Z (7 months ago)
- Topics: backend, go, golang
- Language: Go
- Homepage:
- Size: 104 KB
- Stars: 48
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Golang으로 백엔드 개발하기
## 1. 데이터베이스 작업하기 (Ent 프레임워크 이용)
* 블로그 글: https://umi0410.github.io/blog/golang/how-to-backend-in-go-db
* 코드: [db](db)
## 2. 테스트 코드 작성해보기
* 블로그 글: https://umi0410.github.io/blog/golang/how-to-backend-in-go-testcode
* 코드: [testcode](testcode)
## 3. 웹 프레임워크를 통해 웹 애플리케이션 개발하기 (fiber 프레임워크 이용)
* 블로그 글: https://umi0410.github.io/blog/golang/how-to-backend-in-go-webapp
* 코드: [webapp](webapp)
## 4. 미들웨어
* 블로그 글: https://umi0410.github.io/blog/golang/how-to-backend-in-go-middleware
* 코드: [middleware](middleware)
## 5. 에러 핸들링
* 블로그 글: https://umi0410.github.io/blog/golang/how-to-backend-in-go-errorhandle
* 코드: [errorhandle](errorhandle)
## 6. gRPC로 간단한 채팅 개발하기
## 7. 설정 관리 및 배포하기 (docker, kubernetes)