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

https://github.com/limen/ignition

Ignite your passion to build a golang web app
https://github.com/limen/ignition

golang web

Last synced: about 1 year ago
JSON representation

Ignite your passion to build a golang web app

Awesome Lists containing this project

README

          

# Ignition

Ignite your passion to build a golang web application.

## Features

- Database connection pool
- Abstract request data and validation rules to **entity**
- Introduce **getter**s to enable clients to get what they need
- Easier validation and regulation
- Configuration with YAML file
- Authorization with token

## Requirements

- go1.11 or above

## Examples

[examples](https://github.com/limen/ignition/tree/master/examples)

## Inspired by

- [graphql](https://graphql.org/)
- [redigo](https://github.com/gomodule/redigo)

## Thanks to

- [gin](https://github.com/gin-gonic/gin)
- [gorm](https://github.com/jinzhu/gorm)

and more.