Skip to content

HuntsvilleSwiftUsers/openhsv-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenHSV API

This repository contains a Docker image for the node-based OpenHSV API. The image is an extension of Docker's official node image with packages for loopback-cli and strong-deploy/strong-build/apiconnect (StrongLoop and APIConnect). Follow these links for more information about the underlying technologies:

How to Use

# build container image and assign name
docker build -t loopback:1.0.0 .

# run container
# mount your local copy of openhsv-api server code to the container's file system
# and open to bash shell
docker run --name openhsv-api -it -v $(pwd)/openhsv:/openhsv loopback:1.0.0 /bin/bash

# install api dependencies
npm install

# run api server
node .

About

This repository contains a Docker image for the OpenHSV API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published