An open API service indexing awesome lists of open source software.

https://github.com/zergon321/task

A test task solution for LinxDataCenter
https://github.com/zergon321/task

Last synced: about 1 month ago
JSON representation

A test task solution for LinxDataCenter

Awesome Lists containing this project

README

          

# Test task

If you have the `make` utility on your PC, you can just execute `FILE= make` to build the **Docker** image and run the application with the specified data file.

Otherwise, run the following commands:

`docker build -t task:0.0.1 .`

`docker run --mount type=bind,source=$(pwd)/,target=/bin/ task:0.0.1 /bin/`

The data file should be a **JSON** or **CSV** file.