Shoot-Edit-Cloud-Studio

EditX Studio - Setup Instructions

Database Setup

  1. Import the database schema:
    mysql -u root -p < database_setup.sql
    
  2. Default Admin Login:
    • Username: admin
    • Password: admin123

Project Structure

Fixed Issues:

Database Connection - All files now use consistent database name editingDatabase Schema - Complete SQL schema created with proper tables ✅ AOS Animations - Added proper AOS library for smooth animations ✅ File Paths - Fixed escaped slashes in gallery.json ✅ Session Security - Added authentication checks to admin pages ✅ Error Handling - Improved validation and error messages

Files Overview:

Features:

Quick Start:

  1. Set up local server (XAMPP/WAMP)
  2. Import database schema
  3. Configure database credentials if needed
  4. Access: http://localhost/editing project/
  5. Admin panel: http://localhost/editing project/login.php

Security Notes: