https://github.com/codemage66/blueprint-with-go
Blueprint for next web application in Go.
https://github.com/codemage66/blueprint-with-go
go golang mvc web-application
Last synced: 11 months ago
JSON representation
Blueprint for next web application in Go.
- Host: GitHub
- URL: https://github.com/codemage66/blueprint-with-go
- Owner: codemage66
- License: mit
- Created: 2024-04-20T07:49:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-20T16:47:22.000Z (about 2 years ago)
- Last Synced: 2024-04-20T18:11:04.334Z (about 2 years ago)
- Topics: go, golang, mvc, web-application
- Language: Go
- Homepage: https://blue-jay.github.io/
- Size: 786 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Blue Jay - Blueprint
[](https://goreportcard.com/report/github.com/blue-jay/blueprint)
[](https://godoc.org/github.com/blue-jay/blueprint)
Blueprint for your next web application in Go.
Documentation available here: https://blue-jay.github.io/
Blue Jay is a web toolkit for [Go](https://golang.org/). It's a collection of
command-line tools and a web blueprint that allows you to easily structure
your web application. There is no rigid framework to which you have to
conform.
There are a few components:
- [**Blueprint**](https://github.com/blue-jay/blueprint) is a
model-view-controller (MVC) style web skeleton.
- [**Jay**](https://github.com/blue-jay/jay) is a command-line tool with
modules for find/replace, database migrations, code generation, and env.json.
- [**Core**](https://github.com/blue-jay/core) is a collection of packages
available to Blueprint and Jay as well as other applications.
Check the [milestones](https://github.com/blue-jay/blueprint/milestones) for
project status.