/gin-server

Sample web server built using Gin (a framework for building web applications in Go)

Primary LanguageGo

Gin Server

Sample web server built using Gin (a framework for building web applications in Go)

Getting Started

Prerequisites


  • Docker (v18.03+)

Start up


To build and run this project locally, run the following commands at the root directory of the project

make build start-db run

This will build the docker image, start up a MongoDB container for the project and then start the project at port http://localhost:55099

Built With


Documentation


Documentation for the Project can be found at gin-server-doc