Build a RESTful API in Go and MongoDB

In this post, I will illustrate how you can build your own RESTful API in Go and MongoDB. All the code used in this demo can be found on my GitHub.

1 — API Specification

The REST API service will expose endpoints to manage a store of movies. The operations that our endpoints will allow are: https://goo.gl/nfEFfU #DataIntegration #ML