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.
- Gin-Gonic framework
- Aggregation on Search
- Fast searching
- NOSQL Database (MongoDB)
- JWT Authentication
To run this project
go mod download go run main.goGo 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
sudo apt install docker- Copy the command and run it
sudo docker pull vikasgouda/golang-restraunt-management:-Once pulled, run the container using the following command:
sudo docker run -d -p 8080:8080 -e DB_URI="mongodb://username:password@host:port/dbname" vikasgouda/golang-restraunt-managementOptional
-If you prefer, you can store your environment variables in a .env file, then run the container using
sudo docker run -d -p 8080:8080 --env-file .env vikasgouda/golang-restraunt-management