Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days ago
JSON representation
burn rest api framework
- Host: GitHub
- URL: https://github.com/burnframework/burn
- Owner: BurnFramework
- License: gpl-3.0
- Archived: true
- Created: 2021-12-26T03:54:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T05:00:26.000Z (about 3 years ago)
- Last Synced: 2024-09-28T22:43:38.654Z (4 months ago)
- Topics: backend, backend-framework, framework, frontend, go, golang, linux, macos, open-source, rest-api, windows
- Language: Go
- Homepage:
- Size: 82 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 mainimport "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