Skip to content

spatialnetworkslab/spip-api

Repository files navigation

spip-api

Node backend for spip.

Instructions

// We only need to run npm install for eslint
npm install

// Build docker image
npm run build

// Run development stack
npm run dev

// Run test stack
npm run test

Docker notes

# build container
docker build --tag spip-api .

# run container, with custom port and config volume mount
# note that the container will only run if Mongo/R services are running as well
docker run -e PORT=3006 -v $(pwd)/config:/spip-api/config spip-api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published