Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomdionysus/vincent-go

Vincent is a very lightweight golang Web framework.
https://github.com/tomdionysus/vincent-go

Last synced: 1 day ago
JSON representation

Vincent is a very lightweight golang Web framework.

Awesome Lists containing this project

README

        

![Vincent](docs/vincent.png)

# Vincent

[![Build Status](https://travis-ci.org/tomdionysus/vincent.svg?branch=master)](https://travis-ci.org/tomdionysus/vincent) [![Coverage Status](https://coveralls.io/repos/github/tomdionysus/vincent/badge.svg)](https://coveralls.io/github/tomdionysus/vincent) [![](https://godoc.org/github.com/tomdionysus/vincent?status.svg)](http://godoc.org/github.com/tomdionysus/vincent) [![Go Report Card](https://goreportcard.com/badge/github.com/tomdionysus/vincent)](https://goreportcard.com/report/github.com/tomdionysus/vincent)

Vincent is a lightweight golang Web framework. Following the MVC pattern, you can quickly and easily create dynamic websites using Golang and Handlebars.

## Usage

```golang

import "github.com/tomdionysus/vincent"

```

## Getting Started

Please see [vincent-demo](https://github.com/tomdionysus/vincent-demo) for a complete example.

## License

vincent is licensed under the Open Source MIT license. Please see the [License File](LICENSE.txt) for more details.

## Code Of Conduct

The vincent project supports and enforces [The Contributor Covenant](http://contributor-covenant.org/). Please read [the code of conduct](CODE_OF_CONDUCT.md) before contributing.