https://github.com/vesal-j/goru
Simple Starter Kit for GoLang Projects
https://github.com/vesal-j/goru
air api backend boilerplate gin go gorm web
Last synced: about 2 months ago
JSON representation
Simple Starter Kit for GoLang Projects
- Host: GitHub
- URL: https://github.com/vesal-j/goru
- Owner: Vesal-J
- Created: 2024-05-13T13:39:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T02:53:13.000Z (over 1 year ago)
- Last Synced: 2025-06-21T20:35:54.938Z (12 months ago)
- Topics: air, api, backend, boilerplate, gin, go, gorm, web
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GORU
GORU is a starter kit for Golang Projects
GORU comes with following tools
- Go
- gin
- Gorm
- Air
- Project structure
- JWT Authentication
## Installation
```console
$ git clone https://github.com/Vesal-J/GORU.git
$ cd GORU
$ air
```
### Run dev server
```console
$ air
```
### Run server
before you start the server you need to build the project
all you need is simply run goru.exe file which is located in root directory of project
### Build project
```console
$ go build
```