- Node.js v22
- Frontend: Next.js (App Router), Shadcn UI, Tailwind CSS v4
- Backend: NestJS, Prisma, Zod
- Database: PostgreSQL, Redis
.
├── server/ # Backend (NestJS)
├── web/ # Frontend (Next.js)
├── docker/
│ └── local/ # Docker setup-
Clone the repo
git clone https://github.com/ducvui2003/ecommerce.git cd ecommerce -
Move to docker folder
cd ./docker/local -
Setup env inn
.envCopy and configure your environment variables as needed.
-
Run docker compose
chmod +x run-local.sh && ./run-local.sh
- Author: Le Anh Duc
- License: MIT
- Repository: github.com/ducvui2003/ecommerce
- Last Updated: June 2025
Built with ❤️ by Duc Vui • MIT License • Updated June 2025

