Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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