Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 416 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 416 Bytes

Golang web server project


Dev. stack

  • gin(Web Framework)
  • gorm(ORM)

Goal of this project

  • Golang의 기초 문법 이해
  • Golang 프로그래밍 스타일의 이해
  • 대표적인 Framework, Library 살펴보기

packages

  • config: DB setting
  • routes: route http request
  • controlers: handle http request and response
  • models: entities & repository
  • main.go: application & framework setting