Skip to content

Quick Start

Chris Mavrommatis edited this page May 22, 2024 · 9 revisions

Getting started with Binacle.Net is easy by running a Docker image locally.

Binacle.Net provides a Swagger UI with all the API calls set up for you, complete with examples.

Step 1: Install Docker

Make sure you have Docker installed on your system.

Step 2: Run Binacle.Net

Open your terminal and run the following command to pull and run the latest Binacle.Net Docker image from Docker Hub:

docker run -d --name binacle-net -p 8080:8080 -e SWAGGER_UI=True chrismavrommatis/binacle-net:latest

Step 3: Access Swagger UI

Once the container is running, you can access the Swagger UI by visiting the following URL in your browser:

http://localhost:8080/swagger/

This interface allows you to explore and interact with the Binacle.Net API easily.

Clone this wiki locally