Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pders01/gin


https://github.com/pders01/gin

Last synced: 17 days ago
JSON representation

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.