https://github.com/pders01/gin
https://github.com/pders01/gin
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pders01/gin
- Owner: pders01
- Created: 2023-10-09T20:04:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T17:03:34.000Z (over 1 year ago)
- Last Synced: 2025-02-02T12:14:53.923Z (5 months 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.
[](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.