{"id":27404590,"url":"https://github.com/zufichris/westford-web-design","last_synced_at":"2025-04-14T05:39:19.918Z","repository":{"id":287670356,"uuid":"965431698","full_name":"zufichris/westford-web-design","owner":"zufichris","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-13T07:24:38.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T08:33:36.458Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zufichris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-13T06:35:00.000Z","updated_at":"2025-04-13T07:24:41.000Z","dependencies_parsed_at":"2025-04-13T08:34:47.845Z","dependency_job_id":"8ac7905f-ff53-4d6a-bc3e-43f03d2a3a95","html_url":"https://github.com/zufichris/westford-web-design","commit_stats":null,"previous_names":["zufichris/westford-web-design"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zufichris%2Fwestford-web-design","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zufichris%2Fwestford-web-design/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zufichris%2Fwestford-web-design/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zufichris%2Fwestford-web-design/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zufichris","download_url":"https://codeload.github.com/zufichris/westford-web-design/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248830138,"owners_count":21168270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-14T05:39:19.305Z","updated_at":"2025-04-14T05:39:19.899Z","avatar_url":"https://github.com/zufichris.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modern E-Commerce Website\n\nA fully functional e-commerce website built with PHP, MySQL, HTML, CSS, and JavaScript. This project features a modern, responsive design with a focus on user experience and functionality.\n\n## Features\n\n- User authentication (register, login, logout)\n- Product browsing with filtering and search\n- Shopping cart functionality\n- Order management\n- Responsive design for all devices\n- Modern UI/UX with animations\n- Secure user data handling\n- Product categories and sorting\n- Order confirmation and tracking\n\n## Requirements\n\n- PHP 7.4 or higher\n- MySQL 5.7 or higher\n- Web server (Apache/Nginx)\n- Modern web browser\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/zufichris/westford-web-design.git\ncd westford-web-design  \n```\n\n2. Create a MySQL database and import the schema:\n\n```bash\nmysql -u your_username -p your_database_name \u003c database/schema.sql\n```\n\n3. Configure the database connection:\n\n- Open `config/database.php`\n- Update the database credentials:\n  ```php\n  define('DB_SERVER', 'localhost');\n  define('DB_USERNAME', 'your_username');\n  define('DB_PASSWORD', 'your_password');\n  define('DB_NAME', 'your_database_name');\n  ```\n\n4. Set up your web server:\n\n- Configure your web server to serve the `public` directory as the web root\n- Ensure PHP has write permissions for session handling\n- Enable URL rewriting if using Apache (mod_rewrite)\n\n5. Create the required directories:\n\n```bash\nmkdir -p public/images/products\nchmod 777 public/images/products\n```\n\n## Directory Structure\n\n```\n├── config/\n│   └── database.php\n├── database/\n│   └── schema.sql\n├── includes/\n│   ├── footer.php\n│   └── navbar.php\n├── public/\n│   ├── css/\n│   ├── js/\n│   ├── images/\n│   ├── index.php\n│   ├── login.php\n│   ├── register.php\n│   ├── products.php\n│   ├── cart.php\n│   └── ...\n└── README.md\n```\n\n## Security Features\n\n- Password hashing using PHP's password_hash()\n- Prepared statements for all database queries\n- Input validation and sanitization\n- CSRF protection\n- Secure session handling\n- XSS prevention\n\n## Browser Support\n\n- Chrome (latest)\n- Firefox (latest)\n- Safari (latest)\n- Edge (latest)\n- Opera (latest)\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgments\n\n- Font Awesome for icons\n- Modern design inspiration from various e-commerce platforms\n- PHP and MySQL communities for excellent documentation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzufichris%2Fwestford-web-design","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzufichris%2Fwestford-web-design","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzufichris%2Fwestford-web-design/lists"}