E-Commerce DXP project which aims to create a full experience regarding the brand and the final user.
Core:
- E-Commerce (products listing, shopping cart, payment...).
- Admin site (DXP) to manage the whole brand easily (products, sells, comparatives...).
Link to the project in production: https://ecommerce-dxp.vercel.app
-
The project is configured as monorepo (ui/, api/).
- Node (UI): >= v16
- PHP (API): >= v8.1
- Set up the local database config through "/.env"
- Install dependencies
npm i
- Initialize the local PostgreSQL database.
npm run docker:db
- Set up the local database connection config through "/api/.env"
- Install dependencies
composer install
- Create the APP_KEY
php artisan key:generate
- Migrate mock data to the local database
npm run migrate:db
- Start the development server (Install Artisan CLI in case of error)
php artisan serve
- Install dependencies
npm i
- Start the development server
npm run dev
Linkedin: linkedin.com/in/ivan-torres-garcia