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

https://github.com/kshivendu/gongo

🚅 Django inspired opinionated Framework written in Go 🌐 [MVP Ready. Improving it on weekends.]
https://github.com/kshivendu/gongo

admin-dashboard backend django framework go golang gongo hacktoberfest web

Last synced: 8 months ago
JSON representation

🚅 Django inspired opinionated Framework written in Go 🌐 [MVP Ready. Improving it on weekends.]

Awesome Lists containing this project

README

          

# Gongo

Web framework like Django written in Golang

## Setup
- Install Go language by following [this](https://golang.org/doc/install)
- Run the following command:
```sh
go run main.go
```

## Roadmap

- [] Auto-discover models related to apps specified by settings.InstalledApps
- [] CLI to generate starter template

## Reference:
- https://gist.github.com/iamphill/9dfafc668a3c1cd79bcd
- https://github.com/gofiber/fiber