8000 GitHub - rajikaimal/tch-admin: Go REST API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rajikaimal/tch-admin

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0