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
- Swagger UI: http://localhost:8080/swagger/
- Swagger UI: http://localhost:8080/scalar/
- UI Module: http://localhost:8080/