Skip to content

iunary/simply

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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