Skip to content

The 'n' in "nexplorer" stands for "number". Nexplorer is a service that provides mathematical functions.

License

Notifications You must be signed in to change notification settings

ilievs/nexplorer

Repository files navigation

nexplorer

The 'n' in "nexplorer" stands for "number". Nexplorer is a service that provides mathematical functions.

Getting started

Build

Using Gradle:

./gradlew build

Optionally build a Docker image:

docker build -t nexplorer:0.0.1 .

Run

Run natively:

java -jar nexplorer-0.0.1.jar

or with Docker:

docker run -p 8080:8080 --name nexplorer nexplorer:0.0.1

API documentation

Access the API docs at:

http://localhost:8080/swagger-ui/index.html

About

The 'n' in "nexplorer" stands for "number". Nexplorer is a service that provides mathematical functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published