# README
microservice-common
A common module for go microservices.
TODO: Create NewMongoClient and NewRedisClient, can you make struct initializer private?
How to run tests: Must have local redis server
- create .env in /test
- set mongo_uri variable
- go to root folder and exec go test -v ./test/