StoreIgniter is a powerful e-commerce platform built with CodeIgniter and AngularJS. It provides a complete solution for creating and managing online stores with ease. Whether you're a small business owner or an experienced developer, StoreIgniter empowers you to build robust and scalable e-commerce applications.
- User-friendly Admin Dashboard: Manage your store's products, orders, and customers effortlessly through a clean and intuitive interface.
- Product Management: Easily add, edit, and categorize products, set prices, manage inventory, and update product descriptions and images.
- Order Management: Track orders, process payments, handle shipping, and generate invoices for seamless order fulfillment.
- Customer Management: Maintain a customer database, view customer details, track order history, and provide personalized support.
- Payment Gateways Integration: StoreIgniter supports popular payment gateways like PayPal, Stripe, and Authorize.net, enabling secure and smooth transactions.
- Responsive Design: Your online store will look great and function flawlessly across devices of all sizes, providing an excellent user experience.
- Search Engine Optimization: Optimize your store for search engines with built-in SEO features, including customizable meta tags and URLs.
- Multi-language Support: Reach a global audience by translating your store into multiple languages and providing localized experiences.
- Analytics and Reporting: Gain valuable insights into your store's performance through comprehensive reports and analytics tools.
Before setting up StoreIgniter, make sure you have the following dependencies installed:
- PHP 7.2 or higher
- MySQL or any other compatible database system
- Composer
- Node.js and npm
-
Clone the StoreIgniter repository to your local machine:
git clone https://github.com/your-username/storeigniter.git
-
Navigate to the project directory:
cd storeigniter
-
Install PHP dependencies using Composer:
composer install
-
Install JavaScript dependencies using npm:
npm install
-
Configure your database settings by copying the
.env.example
file to.env
and updating the necessary information:cp .env.example .env
-
Run database migrations to set up the required tables:
php spark migrate
-
Start the development server:
php spark serve
StoreIgniter is now up and running! You can access the admin dashboard by visiting
http://localhost:8080/#!/admin
and the storefront athttp://localhost:8080
.
Contributions are welcome and appreciated! If you'd like to contribute to StoreIgniter, please follow the guidelines outlined in [CoderAnnu].
StoreIgniter is open-source software licensed under the [CoderAnnu].
For any questions or issues, please contact our support team at akrajput01206@gmail.com. We're here to help!
We would like to thank the following open-source projects for their contributions to StoreIgniter:
Created with ❤️ by Coderannu 😎