An online ecommerce store click here
- Website
- Admin Portal
- Customer/Client Portal
- PHP 8
- node
- npm
- composer
You have to clone this repo using either HTTPS or SSH
- HTTPS
git clone https://github.com/adaugochi/fashion-app.git- SSH
git clone git@github.com:adaugochi/fashion-app.gitcomposer installnpm installSample Virtual Host Config for Apache
<VirtualHost *:80>
ServerAdmin admin@example.com
DocumentRoot "<WebServer Root Dir>/fashion-app/public"
ServerName local.fashion.com
<Directory <WebServer Root Dir>/fashion-app/public>
AllowOverride all
Options -MultiViews
Require all granted
</Directory>
</VirtualHost>Make a copy of .env.example to .env in the env directory.
4242 4242 4242 4242
CREATE DATABASE fashion_app CHARACTER SET utf8 DEFAULT COLLATE utf8_unicode_ci;php artisan migratephp artisan migrate --path=database/migrations/filename.phpphp artisan db:seed --class=SeederClassYou can compile your scss file to css using:
npm run watchYou can run the application in development mode by running this command from the project directory:
php artisan serve- Adaa Mgbede <adaamgbede@gmail.com>
- Adaa Mgbede <adaamgbede@gmail.com>
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.