Skip to content

EF Registration backend micro-service for rooms, roomgroups, and hotel booking

License

Notifications You must be signed in to change notification settings

eurofurence/reg-room-service

Repository files navigation

reg-room-service

Overview

A backend service that provides room management.

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.

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

Test Coverage

In order to collect full test coverage, set go tool arguments to -covermode=atomic -coverpkg=./internal/..., or manually run

go test -covermode=atomic -coverpkg=./internal/... ./...

About

EF Registration backend micro-service for rooms, roomgroups, and hotel booking

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages