This project adopted a minimalist web design to simplify the user interface by removing unnecessary elements to focus more on user readability and functionality.
It is composed of a client-side where the clients can order their favorite fruits and a content management system (CMS) where only admin access users can manage the products stocks and orders.
- Shopping functionality (Add to cart, Remove from cart, Update cart, Checkout)
- Search for product
- Customer Sign up and Login
- Customer Tracking and Recommendations
- Content Management System (CMS)
- HTML
- CSS
- JavaScript
- PHP
- MongoDB
- Jquery and Jquery UI
-
Install and start XAMP/LAMP/MAMP server depending on your operating system.
-
Navigate to
/var/www/htmland clone the repositorycd /var/www/html && git clone https://github.com/derecklhw/fruitykart_ecommerce_website.git
-
Restore the database
mongorestore --dir=db_dump
-
Navigate to
http://localhost/fruitykart_ecommerce_websitein your browser.




