module
0.0.0-20230721033137-842aeb0a69e4
Repository: https://github.com/cgw1996/golang-backend.git
Documentation: pkg.go.dev
# README
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
-
Access API using http://localhost:8080
-
Check test coverage
cd go-backend
go test -coverprofile cover.out ./...
go tool cover -html=cover.out -o cover.html
open cover.html
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author