Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 905 Bytes

README.md

File metadata and controls

47 lines (28 loc) · 905 Bytes

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