Recent Posts

REST API with Go, Chi and MongoDB

6 minute read

This is a continuation of an earlier post REST API with Go, Chi and InMemory Store. In this tutorial I will extend the service to store data in a MongoDB, I ...