Project Tools and Setting Up the Project Database
Explore the process of configuring MongoDB for your Go API project, including creating a database, setting up clusters and users, and connecting your Go application using the correct driver and connection string. This lesson prepares you to build scalable RESTful APIs with the necessary tools and configurations.
We'll cover the following...
We'll cover the following...
What we’ll use
Building a scalable yet simple REST API is our goal in this course. Throughout the development process, we’ll show how fast, lightweight, and scalable Go is. We’ll learn how to create production-level REST APIs, structure codes, routing, and more. To do this, we’re going to be making use of the following technologies:
Language: Go
Database: MongoDB
Framework: Gin
Documentation: Postman ...