Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 745 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 745 Bytes

GastroRace Backend

GastroRace is a food delivery service backend designed to handle various operations of a food delivery system, including user management, order processing, and restaurant management.

Features

  • User authentication and management
  • Restaurant and menu management
  • Order processing and tracking
  • Integration with MongoDB and GridFS for data storage
  • Deployed on Render

Technologies Used

  • Programming Language: Go (Golang)
  • Database: MongoDB
  • Storage: GridFS
  • Deployment: Render

Getting Started

go run cmd/main.go

Prerequisites

  • Go 1.16+
  • MongoDB

Installation

Clone the repository:

   git clone https://github.com/PabloPerdolie/GastroRace-backend.git