veachron is a web application which can be used for timing anything that can make http requests.
The project is described on my personal project page, which describes installation, configuration and usage of the application.
This readme.md describes how to install and use the source code of the application.
Firstly, clone the repository:
git clone https://github.com/OliverVea/veachron.git
Navigate to the directory:
cd veachron
Use the docker-compose.yml
file to spin up the application:
docker compose up --build
The --build
flag can be omitted to use prebuilt images from Docker Hub.
After spinning up the application, it can be reaced at http://ui.localhost for the UI and http://api.localhost for the API.