Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vikas-gouda/mealmanager-backend-docker-containerzied

The industry-grade backend, leveraging MongoDB, GoLang with Gin-Gonic framework, and JWT token authentication, delivers a robust, secure, and scalable solution for hotel management, Adhering to best practices, it ensures reliability, performance, and flexibility to meet the evolving needs of the hospitality sector
https://github.com/vikas-gouda/mealmanager-backend-docker-containerzied

Last synced: 8 days ago
JSON representation

The industry-grade backend, leveraging MongoDB, GoLang with Gin-Gonic framework, and JWT token authentication, delivers a robust, secure, and scalable solution for hotel management, Adhering to best practices, it ensures reliability, performance, and flexibility to meet the evolving needs of the hospitality sector

Awesome Lists containing this project

README

        

# MealManager

MealManager provides you to easy way to manage your whole restaraunt with just few clicks. It lets you customize your cusines with their own menus and then let you categories into different categories.

## Features

- Gin-Gonic framework
- Aggregation on Search
- Fast searching
- NOSQL Database (MongoDB)
- JWT Authentication

## How to use the project

To run this project

```bash
go mod download
```
```bash
go run main.go
```

## How to use the Docker image

Go to the link provided and copy the command and paste it in the terminal
- DockerHub Link : https://hub.docker.com/r/vikasgouda/golang-restraunt-management
- Make sure you have docker install
- To insatll docker
```bash
sudo apt install docker
```
- Copy the command and run it
```bash
sudo docker pull vikasgouda/golang-restraunt-management
```


## Tehnologies

![Go](https://img.shields.io/badge/go-%2300ADD8.svg?style=for-the-badge&logo=go&logoColor=white)

![MongoDB](https://img.shields.io/badge/MongoDB-%234ea94b.svg?style=for-the-badge&logo=mongodb&logoColor=white)

![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)

![Postman](https://img.shields.io/badge/Postman-FF6C37?style=for-the-badge&logo=postman&logoColor=white)

## Author

- [@vikas-gouda](https://www.github.com/vikas-gouda)