tnolet / simpleservice-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Service

Simple service is an app that serves a single HTML page. You can set the colou, hero text and displayed version using environment variables.

The only endpoint is at http://localhost:3000

Run it from source

git clone git@github.com:magneticio/simpleservice.git
cd simpleservice
npm install
node index.js

Run it in a Docker container

git clone git@github.com:magneticio/simpleservice.git
cd simpleservice
npm run docker:build
npm run docker:run

About

License:Apache License 2.0


Languages

Language:JavaScript 92.5%Language:HTML 7.5%