Demo

Book Your Spurtcommerce Marketplace Demo

Explore the platform and choose the demo path that best fits your needs.

SELF-GUIDED DEMO

Explore the full Spurtcommerce platform for yourself

Follow step-by-step setup instructions and get hands-on with the platform at your own pace.

Step-1

API (backend)

1. Change to the API folder and install dependencies:

cd api

npm install

2. Configure the environment: create and edit api/.env with your DB credentials and app settings. Import the sample SQL if needed:

mysql -u -p < spurtcommerce-demo.sql

3. Start the API (compiled files are included):

npm start

The start script runs the compiled server (typically node dist/src/app.js. The API listens on the port set in your .env.

Step-2

API (backend)

1. Change to the API folder and install dependencies:

cd api

npm install

2. Configure the environment: create and edit api/.env with your DB credentials and app settings. Import the sample SQL if needed:

mysql -u -p < spurtcommerce-demo.sql

3. Start the API (compiled files are included):

npm start

The start script runs the compiled server (typically node dist/src/app.js. The API listens on the port set in your .env.

Step-1

Clone the Repository

1. Download the Docker version of SpurtCommerce.

git clone https://github.com/spurtcommerce/docker-spurtcommerce.git

cd docker-spurtcommerce

Clone the Docker repository and navigate to the project directory.

Step 2

Configure Environment Files

1. Review and update the environment files before starting containers.

config/admin/.env

config/api/.env

config/seller/.env

config/store/.env

Update API URLs, database credentials, image URLs and store URLs according to your environment.

Step 3

Start Docker Containers

1. Launch all SpurtCommerce services using Docker Compose.

docker compose up -d

2. If permission issues occur, use sudo.

sudo docker compose up -d

Step 4

Docker Commands

docker compose logs -f

docker compose down

Use these commands to monitor logs and stop containers when required.

Step 5

Application URLs

Admin : http://localhost:3001

Seller : http://localhost:3002

Store : http://localhost:3000

API : http://localhost:8000/api

After all containers are started successfully, SpurtCommerce Community v5.3 will be available through the above URLs.

Step-1

API (backend)

1. Change to the API folder and install dependencies:

cd api

npm install

2. Configure the environment: create and edit api/.env with your DB credentials and app settings. Import the sample SQL if needed:

mysql -u -p < spurtcommerce-demo.sql

3. Start the API (compiled files are included):

npm start

The start script runs the compiled server (typically node dist/src/app.js. The API listens on the port set in your .env.

Step-2

API (backend)

1. Change to the API folder and install dependencies:

cd api

npm install

2. Configure the environment: create and edit api/.env with your DB credentials and app settings. Import the sample SQL if needed:

mysql -u -p < spurtcommerce-demo.sql

3. Start the API (compiled files are included):

npm start

The start script runs the compiled server (typically node dist/src/app.js. The API listens on the port set in your .env.

Product Details
Solution Details
Consulting Details
Engineering Details