Skip to content

This project is an API made in Go using the Echo Web Framework for building services, consuming the GitHub API, and store data with GormDB Library in the PostgreSQL database.

License

Notifications You must be signed in to change notification settings

joselitofilho/golang-echo-apigithub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang-echo-apigithub

This project is an API made in Go using the Echo Web Framework for building services, consuming the GitHub API, and store data with GormDB Library in the PostgreSQL database.

Setup

$ docker-compose -f ./build/builder/docker-compose.yml up -d

Run

$ docker-compose -f ./build/builder/docker-compose.yml exec service go run ./cmd/golang-echo-apigithub/main.go

Test

Open in your browser or execute:

$ curl -i -X GET http://localhost:1323/rankings

About

This project is an API made in Go using the Echo Web Framework for building services, consuming the GitHub API, and store data with GormDB Library in the PostgreSQL database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published