
Features: - User authentication with JWT - Client management with CRUD operations - Invoice generation and management - SQLite database with Alembic migrations - Detailed project documentation
4 lines
52 B
Python
4 lines
52 B
Python
from fastapi import APIRouter
|
|
|
|
router = APIRouter()
|