Too Long; Didn't Read
In this conversation, we would be writing a REST API in Go and integrating MongoDB as our database using MongoDB Driver to create a Note API. This is an introduction to Go and as you know being a server side language, API writing is one thing you must know. First, we create our simple web server and router using the net/http library. We then connect to our MongoDB Compass database through its driver.