0.0.1 • Published 4 years ago
trainscoding v0.0.1
Trainscoding
Usage
Prerequisites
- Docker and Docker-Compose
- Environment variables (check file template)
Run
Create environment files
$ make create-env
Once the new environment files are created, you need to fill in the values for the variables that these files contain.
Run local environment
$ make up
Check it "live"!
Go to: localhost:8080/api/hi
to get a hello world message.
It will spin up all services that are involved in Trainscoding, such as:
- Trainscoding Server
- ...TBD
0.0.1
4 years ago