Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 501 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 501 Bytes

Go Restaurant MongoDB

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.

Features

  • CRUD operations on restaurant data
  • MongoDB as the database
  • Structured in Modular pattern for easy understanding and scalability

API