Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octoposprime/octo-bot
Discord bot for managing OctoposPrime Community
https://github.com/octoposprime/octo-bot
backend discord-bot golang octoposprime
Last synced: 2 months ago
JSON representation
Discord bot for managing OctoposPrime Community
- Host: GitHub
- URL: https://github.com/octoposprime/octo-bot
- Owner: octoposprime
- License: mit
- Created: 2024-05-11T13:07:41.000Z (9 months ago)
- Default Branch: phase1
- Last Pushed: 2024-05-14T17:47:16.000Z (9 months ago)
- Last Synced: 2024-05-15T13:48:27.157Z (9 months ago)
- Topics: backend, discord-bot, golang, octoposprime
- Language: Go
- Homepage:
- Size: 45.9 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# octo-bot
The OctoBot Services for the Backend Layer of OctopOSPrime - Computed Microservices[![Build - Test](https://github.com/octoposprime/octo-bot/actions/workflows/ci.yml/badge.svg)](https://github.com/octoposprime/octo-bot/actions/workflows/ci.yml)
[![Docker Image Publish](https://github.com/octoposprime/octo-bot/actions/workflows/cd.yml/badge.svg)](https://github.com/octoposprime/octo-bot/actions/workflows/cd.yml)## Pre-Requirements
## Development Environment
You have to see ![github.com/octoposprime/op-be-docs](https://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
```