Proxy Cart is a web application designed to connect travelers and shoppers. Travelers can post their travel routes and shoppers can post their orders, allowing travelers to deliver purchased products along their routes and earn extra cash.
Proxy Cart is a platform that facilitates proxy purchases, enabling:
- Travelers to earn extra money by delivering items along their travel routes.
- Shoppers to get products from locations they cannot access themselves.
This project was developed as part of the foundation phase of the ALX Software Engineering Program. It demonstrates full-stack development skills using PHP, MySQL, the Slim Microframework, HTML, CSS, JavaScript, and jQuery.
- Clone the Repository:
git clone https://github.com/yourusername/proxy-cart.git cd ProxyCart - Install Dependencies:
composer install
- Setup Database:
sudo mysql < setup_db.sql php setup_db.php php database_dumps/city_dump/city_dump.php - Start Server (Nginx Script coming soon!)
#start the api php -S localhost:5000 -t api/public #start application php -S localhost -t app/public
- LinkedIn: Ismael Muzemil



