rajikaimal / tch-admin

Go REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tch-admin

Create .env at the root of the project for config

Example:

mysql="<username>:<password>@tcp(mysql:3306)/tchadmin?charset=utf8mb4&parseTime=True&loc=Local"

Install

Docker

$ docker-compose up --build

Without Docker

$ go mod tidy
$ go run migrate/migrate.go
$ go run seed/seed.go
$ go run main.go

Testing

Import Postman collection from ./tch-admin.postman_collection.json

About

Go REST API


Languages

Language:Go 98.1%Language:Dockerfile 1.9%