Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pders01/gin
https://github.com/pders01/gin
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pders01/gin
- Owner: pders01
- Created: 2023-10-09T20:04:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-15T17:03:34.000Z (about 1 year ago)
- Last Synced: 2023-10-17T07:00:53.694Z (about 1 year ago)
- Language: Go
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: Gin
description: A Gin server
tags:
- gin
- golang
---# Gin Example
This example starts an [Gin](https://gin-gonic.com/) server.
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/dTvvSf)
## ✨ Features
- Gin
- Go## 💁♀️ How to use
- Connect to your Railway project `railway link`
- Start the development server `railway run go run main.go`## 📝 Notes
The server started simply returns a `message: Hello world!` payload in JSON. The server code is located in the `main.go` file.