iunary / simply

Simple clean Go REST API architecture with dependency injection and MVC pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simply

This is an example repository of how you can build a golang rest api project with wire for dependency injection and mvc pattern.

It has simples dependencies

Get started

git clone https://github.com/iunary/simply

Setup dependencies

go get ./...

Run the project

make run

Or using air for live reload

air

Endpoints examples

About

Simple clean Go REST API architecture with dependency injection and MVC pattern


Languages

Language:Go 92.0%Language:Dockerfile 4.8%Language:Makefile 3.2%