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.
To install the dependencies for this project, run:
npm install
To create the .env file, run the following command:
cd server
cp .env.example .env
Now, run the following command to start the containers:
docker compose up
For more information, check out our Docs