GMusliaj / go-crud

This is a simple CRUD written in GO running in a dockerized environment. I use mysql as DB but you can use your own. Note that the go and mysql containers are separate and they are linked together in the docker-compose file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This is a simple CRUD written in GO running in a dockerized environment. I use mysql as DB but you can use your own. Note that the go and mysql containers are separate and they are linked together in the docker-compose file.

Build

Go-Crud

./scripts/build.go.sh

Run services

docker-compose up -d

Initialize

MySQL Database

./scripts/init.db.sh

Demo

http://localhost:3000

About

This is a simple CRUD written in GO running in a dockerized environment. I use mysql as DB but you can use your own. Note that the go and mysql containers are separate and they are linked together in the docker-compose file.

License:MIT License


Languages

Language:Go 75.0%Language:Shell 13.1%Language:Dockerfile 11.9%