Categorygithub.com/shoriwe/message-api
modulepackage
0.0.5
Repository: https://github.com/shoriwe/message-api.git
Documentation: pkg.go.dev

# README

message-api

Build codecov Go Report Card GitHub go.mod Go version

REST API for message-app

Documentation

FileDescription
docs/spec.openapi.yamlOpenAPI documentation for the REST service
docs/CLI.mdCLI documentation for the main binary

Running

Docker

docker pull ghcr.io/shoriwe/message-api:latest

Docker compose

Make sure to customize the example.env file. Then:

docker compose up -d

Binary

You can find pre-compiled binaries at the releases section.

export SECRET = "MY_SECRET"
export FIREBASE_PROJECT_ID = "MY_FIREBASE_PROJECT"
export FIREBASE_CONFIGURATION_FILE = "firebase-adminsdk.json"
export DATABASE_FILE = "database.db"

message-api :5000

Building from source

go install github.com/shoriwe/message-api@latest

# 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

# Structs

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