Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vikas-gouda/mealmanager-backend-docker-containerzied
- Owner: vikas-gouda
- Created: 2024-04-02T01:23:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T11:09:28.000Z (4 months ago)
- Last Synced: 2024-07-13T09:15:32.841Z (4 months ago)
- Language: Go
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)