An ecommerce webstore project for tech products. Features a webstore and back-office administration area.
Built with:
- PHP, Laravel 8,
- MySql 5.7
- Tailwind CSS
- Stripe checkout
git clone https://github.com/JimBowler82/ecomProject
cd ecomProject
composer install
npm install
- Copy over the
.env.example
file to your.env
file.
cp .env.example .env
- Add your database credentials and Stripe API keys to the `.env` file
php artisan key:generate
php artisan migrate:fresh --seed
-
The back-office can be accessed via
/backoffice
. -
Back-office is auth protected, so log in or register first.