688 B
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
- Database Setup - Configure your database
- Configuration - Environment configuration
- API Documentation - Explore the API
This guide is under development. For detailed instructions, see Installation.