Categorygithub.com/hellodhlyn/luppiter
repository
2.0.2+incompatible
Repository: https://github.com/hellodhlyn/luppiter.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Luppiter

Restful APIs for Luppiter services. For details, see documentations on Luppiter Console.

Development

Prerequisites

  • Go 1.14 (or greater)
  • Docker Compose

Start Database

# Start database
docker-compose -f compose/local/docker-compose.yaml up -d

# Run migration
go run ./app/migrate up

Run Server

go run ./app/api