0.1.1 • Published 3 years ago

@trainscoding/server v0.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Trainscoding Server

This is the entry point for Trainscoding's services. It is a NodeJS Express web server.

Usage

Run:

$ docker run --rm -e "SERVER_PORT=8080" -p 8080:8080 javiergarciagon/trainscoding-server

It will download a Docker image that contains the code for Trainscoding Server.

Go to: localhost:8080/api/hi to get a hello world message.

Development

npm i
npm run dev
0.1.1

3 years ago

0.1.0

3 years ago

0.0.2

3 years ago