backend

command module
v0.0.0-...-bb2e6d5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2023 License: MIT Imports: 18 Imported by: 0

README

backend

Backend system for https://id.p1ass.com written in Go

Requirements

  • Go 1.19 or later

Getting Started

  1. Execute application
go run main.go

Build Image

Pre requirements

Install ko

 go install github.com/google/ko@latest
Build Image for local
ko build --local --base-import-paths .

# or you can run container locally:
docker run -p 8080:8080 $(ko build --local --base-import-paths .)
Push to Google Artifact Registry
cp .env.template .env
# Edit environment values
vim .env
ko build --base-import-paths . --platform=linux/amd64,linux/arm64 

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
generated
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL