Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 661 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 661 Bytes

Demo Store

Description

This project is a full-stack application that includes a client and a server. The client is built with Vite and the server is built with Express.js. The application allows you to play around and see how you can setup the Ivy API.

Setup

To install the dependencies for this project, run:

npm install

Run with Docker

Create .env file

To create the .env file, run the following command:

cd server
cp .env.example .env

Up!

Now, run the following command to start the containers:

docker compose up

Docs

For more information, check out our Docs