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

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.

Awesome Lists containing this project

README

          

# Blue Jay - Blueprint

[![Go Report Card](https://goreportcard.com/badge/github.com/blue-jay/blueprint)](https://goreportcard.com/report/github.com/blue-jay/blueprint)
[![GoDoc](https://godoc.org/github.com/blue-jay/blueprint?status.svg)](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.