This project implements a simple REST API for a restaurant service using Go and MongoDB. It is designed to demonstrate basic CRUD operations on a MongoDB database through a Go backend.
- CRUD operations on restaurant data
- MongoDB as the database
- Structured in Modular pattern for easy understanding and scalability