/wix-products-catalog

Wix Producs Catalog

Primary LanguageVue

Wix Products Catalog

Wix Products Catalog

Getting Started

Make sure to have the environment variables set up correctly, you can copy the values from .env.example with the following command:

cp backend/.env.template backend/.env
cp frontend/.env.template frontend/.env

Run the production server:

docker-compose up

Run the development server:

docker-compose -f .\docker-compose.dev.yml up

Open http://localhost:3000 with your browser.