|
1 |
| -#CRUD RESTful API with Golang + MongoDB + Redis + Gin Gonic |
| 1 | +#API with Golang + MongoDB + Redis + Gin Gonic: Project Setup |
| 2 | + |
| 3 | +In this article, you'll learn how to set up a Golang application with MongoDB-Go-driver, Gin Gonic, and Go Redis. Later, we'll access both the Redis and MongoDB databases directly in VS Code using a MySQL VS Code extension. |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +##Topics Covered |
| 8 | + |
| 9 | +- Setup Golang with MongoDB and Redis |
| 10 | +- Creating MongoDB and Redis Database with Docker-compose |
| 11 | +- Setup Environment Variables |
| 12 | +- How to Connect Golang App to Redis and MongoDB |
| 13 | +- Test the Golang API |
| 14 | +- How to Connect to MongoDB and Redis Servers in VS Code |
| 15 | + |
| 16 | +Read the entire article here:[https://codevoweb.com/api-golang-mongodb-gin-gonic-project-setup](https://codevoweb.com/api-golang-mongodb-gin-gonic-project-setup) |
| 17 | + |
| 18 | +Articles in this series: |
2 | 19 |
|
3 | 20 | ###1. API with Golang + MongoDB + Redis + Gin Gonic: Project Setup
|
4 | 21 |
|
|