# CodeXzone Digital Marketplace Installation Guide

## System Requirements

- PHP 8.0 or higher
- MySQL 5.7 or higher
- Apache/Nginx web server
- Composer (for dependencies)
- SSL Certificate (required for production)

## Installation Steps

### 1. Server Setup

```bash
# Clone repository
git clone https://github.com/codexzone/marketplace.git
cd marketplace

# Set permissions
chmod -R 755 storage/
chmod -R 755 public/uploads/
chmod 755 config/config.php