Skip to content

This is an old Laravel project that served as my final submission to complete the ITI PHP Full Stack track. It marked a major milestone in my learning journey and was my official entry point into backend development. While it may not reflect my current level of experience, I’m keeping it here as a reference to my early work and growth in the field

License

Notifications You must be signed in to change notification settings

Basem3sam/laravel-ecommerce-app

Repository files navigation

Laravel E-Commerce App

This is a Laravel-based e-commerce web application that includes user authentication, admin management, product and category management, and a shopping interface.

🚀 Features

  • User registration and login
  • Admin dashboard for managing products and categories
  • Product catalog for browsing
  • MVC architecture with Laravel
  • RESTful routing
  • Authentication and session management

🛠 Setup Instructions

1. Clone the repository

git clone https://github.com/basem3sam/laravel-ecommerce-app.git
cd laravel-ecommerce-app

2. Install dependencies

composer install
npm install && npm run dev

3. Configure environment

cp .env.example .env
php artisan key:generate

Update the .env file with your database and mail settings.

4. Run migrations

php artisan migrate

5. Serve the app

php artisan serve

🧪 Testing

php artisan test

📜 License This project is open-source and available under the MIT license.

About

This is an old Laravel project that served as my final submission to complete the ITI PHP Full Stack track. It marked a major milestone in my learning journey and was my official entry point into backend development. While it may not reflect my current level of experience, I’m keeping it here as a reference to my early work and growth in the field

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published