Skip to content

tafoya-ventures-prema-dev/ci4-cicommerce

 
 

Repository files navigation

CI4 - Ecommerce

Installation instructions

git clone https://github.com/gieart87/ci4-cicommerce.git
cd ci4-cicommerce/
composer install
cp env .env
(Manualy create a database)
(Manualy edit .env)
php spark migrate -n IonAuth
php spark migrate
Windows: php spark db:seed IonAuth\Database\Seeds\IonAuthSeeder
Linux: php spark db:seed IonAuth\\Database\\Seeds\\IonAuthSeeder

User login

admin@admin.com
password

About

Simple Ecommerce Web App built with CodeIgniter 4.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.8%
  • CSS 17.5%
  • PHP 2.0%
  • SCSS 0.9%
  • HTML 0.7%
  • Less 0.1%