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.
} -->
All articles tagged with #api
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.
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.