Get started with the Crave.js backend API in minutes
Get your restaurant ordering system up and running with the Crave.js backend API. This guide will walk you through getting API access, creating your first location, and processing orders.
For local development of your frontend, you can use the Crave.js React components:
Copy
# Clone the components and examplesgit clone https://github.com/crave-dev/shadcn-restaurant-online-ordering-kitcd shadcn-restaurant-online-ordering-kit# Run the examples (includes Leclerc Bakery storefront)npm installnpm run dev
This will start a local server at http://localhost:3000 with working examples that connect to the hosted Crave APIs.
The examples include environment configuration for connecting to the hosted Crave APIs with your API keys.