Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/octoposprime/op-be-dlr

OctopOS Prime Backend Dlr Service
https://github.com/octoposprime/op-be-dlr

backend dlr golang microservice

Last synced: 2 months ago
JSON representation

OctopOS Prime Backend Dlr Service

Awesome Lists containing this project

README

        

# op-be-dlr
The Dlr Services for the Backend Layer of OctopOSPrime - Computed Microservices

[![Build - Test](https://github.com/octoposprime/op-be-dlr/actions/workflows/ci.yml/badge.svg)](https://github.com/octoposprime/op-be-dlr/actions/workflows/ci.yml)
[![Docker Image Publish](https://github.com/octoposprime/op-be-dlr/actions/workflows/cd.yml/badge.svg)](https://github.com/octoposprime/op-be-dlr/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
```