Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/burnframework/burn

burn rest api framework
https://github.com/burnframework/burn

backend backend-framework framework frontend go golang linux macos open-source rest-api windows

Last synced: about 11 hours ago
JSON representation

burn rest api framework

Awesome Lists containing this project

README

        

# burn
burn rest api framework

[![CI](https://github.com/BurnFramework/burn/actions/workflows/go.yml/badge.svg?branch=master)](https://github.com/BurnFramework/burn/actions/workflows/go.yml)

## About:
- burn is a web framework written in golang to develop backend / restapi

## Installation:
```bash
go get -u github.com/BurnFramework/burn
```

## QuickStart:
```go
package main

import "github.com/BurnFramework/burn"

func main() {
// soon
}
```

- for more tutorial visit the [docs](https://github.com/BurnFramework/burn/blob/main/docs/burn.md)

## License:
- [GPL-3.0](https://github.com/BurnFramework/burn/blob/main/LICENSE) License