# Demo Project for TEO Testing

This is a sample project to demonstrate TEO functionality.

## Structure

- `src/auth/` - Authentication features
- `src/payment/` - Payment processing features  
- `src/products/` - Product management features
- `tests/` - Corresponding test files

## Features

- **Authentication**: User login, registration, password reset
- **Payment**: Payment processing, refunds, billing
- **Products**: Product catalog, inventory, search

