tnt-postman is written as a web application in LUA, using webix for the client side processing and UI. On the server side, Tarantool is being utilised.
In order to run a container with our image, execute:
docker run \
-d \
-p 9090:9090 \
-v ~/data/tnt-postman:/opt/tarantool/.data \
ilyaradinsky/tnt-postman
default current folder
default '0.0.0.0'
default 3299
default 9090
For development or just to try out the latest features, you may want to install tnt-postman directly from source.
At first, you should download and install the Tarantool package that’s appropriate for your OS, start a shell (terminal) and enter the command-line instructions provided for your OS at download page.
git clone https://github.com/IlyaRadinsky/tnt-postman.git
cd ./tnt-postman
tarantoolctl rocks build
- Start the app
tarantool run.lua
- Browse the URL
localhost:9090