A simple e-commerce website for the time being, in the future it will be expanded.
docker-compose upApp Running URL: http://localhost:4200
API Server Will Run 5000 PORT. Ex: Products API: http://localhost:5000/api/v1/products
docker-compose exec backend sh
npm run import:productsTo remove all products:
docker-compose exec backend sh
npm run delete:products