Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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생성
- Host: GitHub
- URL: https://github.com/dltmdrbtjd/go-gin-gorm-prac
- Owner: dltmdrbtjd
- Created: 2021-11-19T13:08:52.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T13:42:20.000Z (about 3 years ago)
- Last Synced: 2024-11-09T12:34:33.493Z (3 months ago)
- Topics: gin, golang, gorm, mysql
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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을 사용해서 개발 진행