Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
/ EstimationEngine Public archive

The Estimation Engine is a small Go tool designed to generate reliable estimates for work undertaken by Dev Teams

License

Notifications You must be signed in to change notification settings

mt1976/EstimationEngine

Repository files navigation

Estimation Engine Estimation Engine

The Estimation Engine is a small Go tool designed to generate reliable estimates for work undertaken by Eurobase

Software Requirements

  • Go v1.19
  • MS SQL Server

Docker Compose

---
version: '3.3'
services:
  estimation_engine:
    image: mt1976/estimation_engine:latest
    container_name: estimation_engine
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/London
      - CONTEXT_PATH=url-base
    ports:
      - 5050:5050
    networks:
      - estEngNetwork
    restart: unless-stopped
networks:
  estEngNetwork:{}
logging:
  options:
    max-size: 1g

Data Model

Object Information can be found here

Badges

forthebadge made-with-go Go Docker - CI Docker - Publish Maintenance