Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/humangrass/go_mysql
Web server on Go with simple CRUD API using MySQL database.
https://github.com/humangrass/go_mysql
crud go gorilla gorm template
Last synced: 10 days ago
JSON representation
Web server on Go with simple CRUD API using MySQL database.
- Host: GitHub
- URL: https://github.com/humangrass/go_mysql
- Owner: humangrass
- Created: 2023-07-20T18:45:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-20T18:45:50.000Z (over 1 year ago)
- Last Synced: 2024-05-07T07:26:05.964Z (6 months ago)
- Topics: crud, go, gorilla, gorm, template
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# GO + MySQL
Шаблонное приложение bookstore, включающее в себя CRUD API на Go, взаимодейтсвующее с MySQL DB.
Используй `docker compose up`, чтобы запустить бд.
Чтобы запустить сервер используй:
```bash
go run src/cmd/main/main.go
```