Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 1.15 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.15 KB

Testground learning example

This project is intended as a practical example of a "real" project, with its own internal business logic, dependencies, etc. It is referenced as a dependency by the Learning-Example-Testground project.

The logic and behaviors within this project are intended to be as straightforward as possible, acting as a reference / guide on how to implement these behaviors and test them using Testground.

Getting started

git clone https://github.com/testground/learning-example
cd learning-example

docker-compose build && docker-compose up

# Assuming everything works, you should see the following message
Server started and listening at port 8081

Tech

License

Dual-licensed: MIT, Apache Software License v2, by way of the Permissive License Stack.