Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dltmdrbtjd/go-gin-gorm-prac

golang을 사용한 간단한 crud server생성
https://github.com/dltmdrbtjd/go-gin-gorm-prac

gin golang gorm mysql

Last synced: about 1 month ago
JSON representation

golang을 사용한 간단한 crud server생성

Awesome Lists containing this project

README

        

# go-gin-gorm-prac
- https://github.com/dltmdrbtjd/vue-todolist/blob/main/README.md
- 위 프론트 개인 프로젝트에서 사용할 서버 구현

## 실행
```
go run server.go
```

## 기타
- web framework : gin
- database : mysql
- orm : gorm
- directory : controller, models, middleware
- 개인 프로젝트 내용
- 기간 : 2021.11.19 ~ 2021.11.28
- 목적 : https://github.com/dltmdrbtjd/vue-todolist 해당 프론트 개인 프로젝트에서 사용할 서버를 go를 이용해서 공부하면서 제작
- front : https://github.com/dltmdrbtjd/vue-todolist
- 학습한 내용 : mysql, sql 사용법과 gin 웹 프레임워크에 대한 사용법, golang에서의 기본적인 mvc패턴의 디렉토리 구조 생성, orm으로는 gorm을 사용해서 개발 진행