Online Store is a modern web application built using Laravel REST API and Angular. The system provides a clean and responsive interface for browsing technology products such as phones, vehicles, and laptops.
This project demonstrates full-stack development using PHP backend services and Angular frontend architecture.
- Product category navigation (Phone, Vehicle, Laptop)
- Responsive UI design
- RESTful API integration
- Modern UI using Angular Material
- Clean and scalable project structure
- Version controlled using GitHub
- PHP
- Laravel (REST API)
- Angular
- Bootstrap
- Angular Material
- IntelliJ IDEA
- PhpStorm
- Git & GitHub
Online Store
│
├── backend (Laravel API)
│ ├── controllers
│ ├── models
│ ├── routes
│ └── migrations
│
├── frontend (Angular)
│ ├── components
│ ├── services
│ ├── modules
│ └── assets
https://github.com/sahangeesara/angular-laravel.gitcd backend
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan servecd frontend
npm install
ng serve** 🌐 Application Preview**
The application contains a modern homepage with navigation for different product categories, such as:
- Home
- Phone
- Vehicle
- Laptop
- About
Sahan Geesara
- Backend Developer (Laravel / PHP)
- Frontend Developer (Angular)
📍 Polonnaruwa, Sri Lanka
📜 License
This project is open-source and available under the MIT License.