Skip to content

Techminate-Labs/Shiopa-Backend-PHP

Repository files navigation

Shiopa, Open Source E-Commerce Solution

Shiopa is an open source e-commerce web application with a Laravel (PHP) backend.

Framework: Laravel

Packages: Sanctum

Setup instructions

  1. Install xampp
  2. then go to xampp\htdocs
  3. fork this repository
  4. clone the forked repository in the xampp\htdocs folder
  5. launch xampp, start apache and mysql modules and go to localhost/phpmyadmin
  6. create a database and add it to the database in env.example
  7. copy env.example and name it .env
  8. open terminal and run composer install
  9. link to the database with php artisan storage:link
  10. get the database migrations with php artisan migrate:fresh
  11. get the database seeds php artisan seed:db
  12. then run the backend with php artisan serve

About

Siopa is an ecommerce application built on Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published