Skip to content

CGW1996/golang-backend

Repository files navigation

golang-backend

clean architecture

Run this project

  • Clone this project
cd workspace
git clone https://github.com/CGW1996/golang-backend.git
cd golang-backend
cp .env.example .env
# run with docker
docker-compose up -d --build
cd go-backend
go test -coverprofile cover.out ./...
go tool cover -html=cover.out -o cover.html
open cover.html

About

clean architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published