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.]
- Host: GitHub
- URL: https://github.com/kshivendu/gongo
- Owner: KShivendu
- Created: 2021-11-18T04:30:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-01T12:33:44.000Z (almost 4 years ago)
- Last Synced: 2025-04-04T20:11:09.859Z (12 months ago)
- Topics: admin-dashboard, backend, django, framework, go, golang, gongo, hacktoberfest, web
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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