Nano Quant API Documentation

Quick Start Guide

Get up and running with Nano Quant in under 5 minutes using Docker.

Prerequisites

  • Docker Desktop installed on your system
  • Git for cloning the repository

Step 1: Clone & Start

# Clone the repository
git clone <your-nano-quant-repo-url>
cd nano-quant

# Start all services
docker compose up -d

Step 2: Initialize Database

docker exec nano_quant_backend bash -c \
  "cd /app && PYTHONPATH=/app poetry run python scripts/init_db.py"

Step 3: Create Demo User

docker exec nano_quant_backend bash -c \
  "cd /app && PYTHONPATH=/app poetry run python scripts/add_demo_api_key.py"

Expected Output: Demo API Key: hX2IWNuexWva5vMOepSHBTsgIJoJ7uhI6YXapCtHWkM

You're Ready!

Frontend Dashboard
localhost:3000
API Documentation
localhost:8000/docs
Health Check
localhost:8000/health