Skip to content
/ simply Public template

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

Notifications You must be signed in to change notification settings

iunary/simply

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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