Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bachiriy/avito
A simple classified ads website developed using native PHP, inspired by the Moroccan online marketplace Avito.
https://github.com/bachiriy/avito
php sql
Last synced: 6 days ago
JSON representation
A simple classified ads website developed using native PHP, inspired by the Moroccan online marketplace Avito.
- Host: GitHub
- URL: https://github.com/bachiriy/avito
- Owner: bachiriy
- Created: 2024-09-06T10:18:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T14:16:28.000Z (19 days ago)
- Last Synced: 2024-12-18T15:27:15.881Z (19 days ago)
- Topics: php, sql
- Language: PHP
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Avito Clone - Early PHP Project
## Project Overview
A simple classified ads website developed using native PHP, inspired by the Moroccan online marketplace Avito. This project serves as an initial exploration of PHP web development, focusing on basic CRUD (Create, Read, Update, Delete) operations for managing online advertisements.## Key Features
- Create new advertisements
- View existing advertisements
- Edit advertisement details
- Delete individual or multiple advertisements
- Basic database interaction using native PHP## Technical Characteristics
- Language: PHP (81.6%)
- Database Interaction: Native PHP
- No Framework Used
- Simple, straightforward implementation of web application fundamentals## Learning Objectives
- Understanding PHP syntax
- Database connection and manipulation
- Basic web application structure
- Implementing core web functionalities from scratch