Skip to content

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 users to play around and see how you can setup the Ivy API.

Notifications You must be signed in to change notification settings

getivy/ivy-docs-sample-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ivy Docs Sample Shop

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 users to play around and see how you can setup the Ivy API.

Installation

To install the dependencies for this project, navigate to both the client and server directories in your terminal and run:

yarn

Running the Application

To start the client, navigate to the client directory in your terminal and run:

yarn dev

To start the server, navigate to the server directory in your terminal and run:

yarn start

Docker

This project includes a docker-compose.yml file that allows you to run the client and server in Docker containers. To start the containers, run:

docker-compose up

Environment Variables

This project uses the following environment variables:

IVY_API_URL: The URL of the Ivy API.
PORT: The port the server should run on.
IVY_API_KEY: The API key for the Ivy API.

Copy the .env.example file to .env, then fill out IVY_API_KEY in .env

cp .env.example .env

Make sure to have a merchant correctly created to obtain your environment vars. Contact us if needed.

Docs

For more information, see our Docs at https://docs.getivy.de/

About

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 users to play around and see how you can setup the Ivy API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published