# README
General authentication API
Execute authentication and authorization with JSON Request and Response.
Getting Started
Prerequisites
Installed the following program.
- Docker
Run
$ cp .env.example .env # with editing
$ docker compose up
Format Check
$ docker compose exec api sh -c 'go vet ./... && staticcheck ./...'
Test
$ docker compose exec api go test -v ./...
Build
$ docker compose exec api go build app/main.go