Skip to content

JimBowler82/ecomProject

Repository files navigation

EcomProject

An ecommerce webstore project for tech products. Features a webstore and back-office administration area.

View Live Here

Built with:

  • PHP, Laravel 8,
  • MySql 5.7
  • Tailwind CSS
  • Stripe checkout

How to use

1 - Clone the repo

    git clone https://github.com/JimBowler82/ecomProject

2 - Install

cd ecomProject
composer install
npm install

3 - Populate your .env File

  • 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

4 - Generate your encryption key

php artisan key:generate

5 - Finally, run database migrations & seeder

php artisan migrate:fresh --seed

Back-Office

  • The back-office can be accessed via /backoffice.

  • Back-office is auth protected, so log in or register first.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published