Quick Start

Getting started with Binacle.Net is simple.

The default setup includes Swagger UI, Scalar UI and UI Module for easy testing and interaction.

πŸ–₯️ Run Locally with Docker

1️⃣ Install Docker

Download and install Docker from docker.com.

2️⃣ Launch Binacle.Net

Run this command in your terminal:

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

This starts Binacle.Net with Swagger and Scalar UI and the UI Module enabled on port 8080.

3️⃣ Access Locally