Skip to content

99ridho/news-api-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News API

This repository is intended to learn how to implement Clean Architecture in Go & also for assignment purposes.

Docs

See here.

How to develop & run

  • Go get this repo

    go get gitlab.com/99ridho/news-api
    
  • Make the database

  • Change the config.json file to your own setting

  • Run the migration using goose.

  • Install dependency using dep

    dep ensure
    
  • Then

    go run main.go
    

    at this directory.

Testing

go test ./...

About

learn clean arch on go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages