https://github.com/2hgo/gin-server
Sample web server built using Gin (a framework for building web applications in Go)
https://github.com/2hgo/gin-server
gin gin-gonic go golang sample
Last synced: 10 months ago
JSON representation
Sample web server built using Gin (a framework for building web applications in Go)
- Host: GitHub
- URL: https://github.com/2hgo/gin-server
- Owner: 2HgO
- Created: 2020-06-02T21:32:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T15:27:10.000Z (about 6 years ago)
- Last Synced: 2025-03-01T19:14:34.525Z (over 1 year ago)
- Topics: gin, gin-gonic, go, golang, sample
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Gin Server
Sample web server built using [Gin](https://github.com/gin-gonic/gin) (a framework for building web applications in [Go](https://golang.org))
## 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
```bash
make build start-db run
```
This will build the docker image, start up a [MongoDB](https://www.mongodb.com) container for the project and then start the project at port `http://localhost:55099`
## Built With
---
* [Golang](https://golang.org) - Language used
* [Gin](https://github.com/gin-gonic/gin) - Web Framework used
* [MongoDB](https://www.mongodb.com) - Database used
## Documentation
---
Documentation for the Project can be found at [gin-server-doc](https://documenter.getpostman.com/view/8916756/SztG3mKJ?version=latest)