-
Notifications
You must be signed in to change notification settings - Fork 0
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.
Make sure you have Docker installed on your system.
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:latestOnce 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.