location-service

command
v0.0.0-...-5002bb7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2024 License: MIT Imports: 9 Imported by: 0

README

Location Service

This microservice will be utilized to manage the location data for several applications. The location data will be stored in a PostgreSQL database.

Location Service Architecture

To run the integration tests for location-service, from the root directory execute the following

go test -tags=godog ./services/location-service/features

Build the Docker Image for location-service

docker build -t location-service -f services/location-service/Dockerfile .

The Docker build context is the set of files and directories passed to the Docker daemon during th ebuild process of a Docker image. When you sissue a docker build command, Docker client sends these files and directories to the Docker daemon, which uses them to build the image. The context is specified by the path you provide at the end of the docker build command. So in the above example, the context is the root directory.

For some reason the Docker image has to be built from the root directory.


## References

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
features

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL