Skip to content

Simple Ecommerce Web App built with CodeIgniter 4.x

License

Notifications You must be signed in to change notification settings

tafoya-ventures-prema-dev/premashop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 77.4%
  • CSS 17.6%
  • SCSS 2.2%
  • PHP 2.0%
  • HTML 0.7%
  • Less 0.1%