Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rzlco666/shopping
This repository contains a shopping application with features for both admins and users. Built with native PHP, a MySQL database, and Bootstrap 3, the application allows users to browse and purchase products, and includes an admin panel for managing products and orders. It is a useful tool for building and managing an online store
https://github.com/rzlco666/shopping
native native-app native-apps native-base nativebase php php5 php7 php8 shop shopping shopping-cart shopping-list shopware web webapp website
Last synced: 26 days ago
JSON representation
This repository contains a shopping application with features for both admins and users. Built with native PHP, a MySQL database, and Bootstrap 3, the application allows users to browse and purchase products, and includes an admin panel for managing products and orders. It is a useful tool for building and managing an online store
- Host: GitHub
- URL: https://github.com/rzlco666/shopping
- Owner: rzlco666
- Created: 2021-01-23T09:37:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T05:06:27.000Z (almost 2 years ago)
- Last Synced: 2024-09-29T19:21:03.871Z (about 1 month ago)
- Topics: native, native-app, native-apps, native-base, nativebase, php, php5, php7, php8, shop, shopping, shopping-cart, shopping-list, shopware, web, webapp, website
- Language: PHP
- Homepage:
- Size: 22 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping: Online Store Application with Admin and User Features
Welcome to this repository for a shopping application with features for both admins and users. This is a college project built with native PHP, a MySQL database, and Bootstrap 3. The application allows users to browse and purchase products, and includes an admin panel for managing products and orders. It is a useful tool for building and managing an online store.
## Main Features
### Admin Page
- Manage items (Add, Edit, Delete)
- View users
- Order management
- Manage categories (Add, Edit, Delete)
- And many more### User Page
- Login and create account with session
- Manage profile (Edit)
- View items
- Cart
- Checkout items
- Categories
- Wishlist
- Shipping
- Track Orders
- Search products
- And many more## Technologies Used
- PHP: a popular server-side scripting language
- MySQL: a popular open-source relational database management system
- Bootstrap 3: a front-end framework for designing responsive and mobile-first websites## Prerequisites
To use this repository, you will need a local development environment set up with PHP and a MySQL database. You should also be familiar with basic web development concepts and technologies, such as HTML, CSS, and JavaScript.
## How to use this repository
1. Clone or download the repository to your local development environment.
2. Set up the database by importing the provided `shopping.sql` file.
3. Configure the database connection settings in the `database.php` file.
4. Explore the various features of the application, including managing products and orders as an admin, and browsing and purchasing products as a user.### Login Information
#### Admin Page
username: admin
password: Test@123#### User Page
username: [email protected]
password: Test@123We hope you find this repository useful as you develop your own online store application or a similar project!