This repository contains the final project for my major at Potisarnpittayakorn School, which is an online shopping website built using PHP and AppServ. The project aims to provide a functional and user-friendly platform for online shopping with basic e-commerce features.
The online shopping website project is a web application that allows users to browse products, add them to a cart, and place orders. It is built using PHP and runs on AppServ, which provides an integrated development environment with Apache, MySQL, and PHP.
- Clone the repository:
git clone https://github.com/Nabsatang02/SciCom-Final.git
- Install AppServ from the official website: AppServ.
- Move the project files to the AppServ
www
directory:C:\AppServ\www\SciCom-Final
- Start the AppServ services (Apache and MySQL).
- Import the database:
- Open phpMyAdmin (
http://localhost/phpMyAdmin/
). - Create a new database and import the SQL file located in the
database/
folder.
- Open phpMyAdmin (
- Access the website by navigating to
http://localhost/SciCom-Final/
in your browser. - Browse products, add them to the shopping cart, and proceed to checkout.
- Admin users can log in to manage products, orders, and customers.
- PHP
- AppServ (Apache, MySQL, PHP)
- HTML, CSS, JavaScript
- Bootstrap (for responsive design)
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.