Tag: mongodb

All articles tagged with #mongodb

Build a Go REST API with Fiber and MongoDB

In this tutorial, we will create a Movie Catchphrase API with Fiber (a Go web framework) and the go mongo driver in order to interact with the MongoDB instance.

Build a Node.js REST API with Express and MongoDB

In this tutorial, we will create a Movie Catchphrase API with Express and with Mongoose in order to interact with the MongoDB instance. We will use Swagger to document the API we created.