Skip to content

sansarip/pensive-dubinsky

Repository files navigation

Build Status

Pensive Dubinsky

A dummy project that (attempts) to sort records

Prerequisites

OR

Docker

CLI

Sorted files will be in out/

scripts/cli.sh <file-1> <file-2> <file-3>

OR

make docker-build
docker run \
	-v <input-vol>:/usr/app/in \
	-v <output-vol>:/usr/app/out \
	sansarip/pensive-dubinsky \
	./scripts/cli.sh \
	in/<file-1> \
	in/<file-2> \
	in/<file-3>

API

API listens on port 3000 and nREPL is available on port 41985

You may need to wait a bit for the webserver to spin up

Dev

make run-dev-nrepl

Prod

make run-prod-nrepl

OR

make docker-build
make docker-run-prod-nrepl

Swagger UI

Once the webserver is running, you can view documentation and send API requests via the Swagger UI hosted at http://localhost:3000/

Tests

make run-tests

About

Dummy project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published