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

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

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
```