Files
orion/docs/getting-started/quickstart.md

688 B

Quick Start Guide

Get up and running with the Letzshop Import API in 5 minutes.

Prerequisites

  • Python 3.10+
  • Git

Quick Setup

# 1. Clone and setup
git clone <your-repo>
cd letzshop-import
make setup

# 2. Start development
make dev

First API Call

# Check health
curl http://localhost:8000/health

# View API docs
open http://localhost:8000/docs

Next Steps

This guide is under development. For detailed instructions, see Installation.