Categorygithub.com/octoposprime/octo-bot
module
0.0.0-20240531202659-3ef5021acd97
Repository: https://github.com/octoposprime/octo-bot.git
Documentation: pkg.go.dev

# README

octo-bot

The OctoBot Services for the Backend Layer of OctopOSPrime - Computed Microservices

Build - Test Docker Image Publish

Pre-Requirements

Development Environment

You have to see github.com/octoposprime/op-be-docs before development.

.env

POSTGRES_USERNAME=op
POSTGRES_PASSWORD=op
JWT_SECRET_KEY=op
REDIS_PASSWORD=op
POSTGRES_DATABASE=op

Local Run

make local-run

Docker Run

TEST=true POSTGRES_USERNAME=op POSTGRES_PASSWORD=op JWT_SECRET_KEY=op REDIS_PASSWORD=op make docker-build
make docker-run 

# Packages

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