testground / learning-example

An example project intended to help newcomers familiarize themselves with the Testground tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An example project intended to help newcomers familiarize themselves with the Testground tool

License:Other


Languages

Language:Go 91.4%Language:Dockerfile 6.0%Language:Shell 2.5%