Skip to content

This eCommerce project, built with Vue.js, offers a comprehensive set of features including SSLCommerz integration for secure payments, an add-to-cart functionality, a wishlist for saving favorite items, and an invoicing system. It is designed to provide a seamless shopping experience for users.

Notifications You must be signed in to change notification settings

mabdusshakur/Apple-Shop-Vue

Repository files navigation

Installation

  1. Clone the repository
  2. Run composer install
  3. Run npm install
  4. Run cp .env.example .env
  5. Run php artisan key:generate
  6. Set your database credentials in the .env file
  7. Set your mail credentials in the .env file
  8. Run php artisan migrate
  9. Run php artisan serve to start the test server
  10. Run npm run dev to compile the assets as for development

PostMan API Documentation added in the root directory of the project as a file named Ecommerce.postman_collection.json

** URLs **

Root URL: http://127.0.0.1:8000 - vue

Admin URL: http://127.0.0.1:8000/admin - blade

About

This eCommerce project, built with Vue.js, offers a comprehensive set of features including SSLCommerz integration for secure payments, an add-to-cart functionality, a wishlist for saving favorite items, and an invoicing system. It is designed to provide a seamless shopping experience for users.

Topics

Resources

Stars

Watchers

Forks