Skip to content

Latest commit

 

History

History
36 lines (17 loc) · 399 Bytes

README.md

File metadata and controls

36 lines (17 loc) · 399 Bytes

Go Mongo Rest API

Usage

Download dependencies

go mod download

Build API

go build -o main .

Run server

./main

Running test

go test ./...

Building Docker image

Build Docker image first

docker build --tag member-api .

Run Image

docker run --publish 3000:3000 member-api

Documentation

Documentation