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: 6 months ago
JSON representation

Web server on Go with simple CRUD API using MySQL database.

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
```