Skip to content

ebubekirtabak/go-mongo-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published