Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 847 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 847 Bytes

Alloy Unified API

This is a demo app to build an integration between Shopify and Alloy's UAPI.

This repo contains a backend and frontend for Alloy's UAPI in NextJS. The main branch contains boilerplate code to help you get started and set up quickly. The completed branch contains the completed code for this demo.

Getting Started

To get started, clone this repo and run

npm install

to install the required packages.

Next, create a .env.local file in the root directory and replace it with

API_KEY=YOUR_API_KEY

Then run,

npm run dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Alloy, take a look at: