osag1e / go-and-mongo

Simple HTTP server setup with Go and MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-and-mongo

Makefile commands for this are:

make build-api
make run
make lint
make test
make cyclomatic 
make clean

Project environment variables

HTTP_LISTEN_ADDRESS=
MONGO_DB_NAME=
MONGO_DB_URI=
MONGO_DB_URI_TEST=

About

Simple HTTP server setup with Go and MongoDB

License:Apache License 2.0


Languages

Language:Go 97.3%Language:Makefile 2.7%