Categorygithub.com/ssentinull/create-apis-using-golang
module
0.0.0-20240121131148-0fc5b1c415d5
Repository: https://github.com/ssentinull/create-apis-using-golang.git
Documentation: pkg.go.dev

# README

Create APIs using Golang

This is a demo service used as an example for the "Create APIs using Golang" article series in my blog.

How To Run

  1. Run migration.

    $ make migrate-up
    
  2. Copy paste config.yml.example to config.yml

  3. Run server

    $ make run-server
    

Roadmap