Skip to content

EF Registration backend micro-service for dues and payments booking and accounting

License

Notifications You must be signed in to change notification settings

eurofurence/reg-payment-service

Folders and files

NameName
Last commit message
Last commit date
Jul 13, 2024
Dec 10, 2024
Dec 22, 2023
Dec 6, 2023
Dec 10, 2024
Dec 20, 2022
Dec 29, 2022
Oct 13, 2022
Jul 23, 2023
Feb 7, 2023
Feb 8, 2023
Feb 7, 2023
Oct 13, 2022
Oct 13, 2022
Dec 18, 2024
Dec 18, 2024

Repository files navigation

reg-payment-service

test status

Overview

A backend service Implemented in go.

Command line arguments -config <path-to-config-file> [-migrate-database]

Installation

This service uses go modules to provide dependency management, see go.mod.

To install required dependencies run go mod download

If you place this repository OUTSIDE of your gopath, go build cmd/main.go and go test ./... will download all required dependencies by default.

In order to generate mocks, the service is using https://github.com/matryer/moq. Install the binary via go install github.com/matryer/moq@latest

Open Issues and Ideas

We track open issues as GitHub issues on this repository once it becomes clear what exactly needs to be done.