dvw-api

command module
v0.0.0-...-cc34eaa Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2024 License: MIT Imports: 15 Imported by: 0

README

DVW-API

A REST API built with Go to support DBEDT's data warehouse.

Running & Building Locally

Clone the repo to your machine.

Run the following in the project's root dir to initilize or update the go mod file

go mod init github.com/UHERO/dvw-api
go mod tidy

To run a Go app locally, use

go run main.go

However, as far as I'm aware, the DVW-API isn't configured for local development. It will fail to connect to the prod database. I would like to setup a test environment at some point to make development feasible.

run the following command to build the executable for running on our linux box

env GOOS="linux" GOARCH="amd64" go build

ReadMe ToDos

[ ] Add Diagram Illustration for how dvw-api relates to DBEDT and UHERO services [ ] Add Deployment Process [ ] Configure a way to run locally [ ] Expand About section to elaborate on the purpose of the api

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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