Skip to content

flaviokicis/go-restapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest API with GOLANG

This is a Rest API example made in Go

Run Database

$ docker-compose up --build

Run Database

$ go run main.go

Migrations

  • Migrations is auto runned when start the database

Seeds

  • Run seeds is manual, you have to run
$ go run database/seeder/main.go

About

A Rest API app that stores books made in Golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published