🛒 Online Store (WIP)
This is my pet project — a simple online store I’m building to improve my skills and showcase them in my resume. I’m using PHP (Laravel) for the backend, Docker for the environment, PostgreSQL for the database, and Vue.js for the frontend.
The project is still in progress. Right now, I’m working on the admin panel and have already created a few controllers for products and categories.
🚀 Current Progress
Set up the backend with Laravel
Configured the development environment using Docker
Connected PostgreSQL and created the initial database structure
Added basic controllers for:
Products
Categories
Started integrating Vue.js for the frontend
🔧 To-Do
Finish the admin panel
Add full CRUD features for all entities
Expand the Vue.js frontend
Implement authentication
Prepare for deployment
📦 Technologies Used
PHP (Laravel)
Docker
PostgreSQL
Vue.js
💬 About the Project
This project helps me practice real-world development skills and build a solid portfolio piece for future backend/ML-related work.