1 // Introduction
To run the demo application, you need a running instance of the Freym services. If you want to use our SaaS soluation, you some configuration values provided by us. Don't have them yet? Get in touch with us.
This example demonstrates how to use Freym services to build a simple application. Imagine creating a Pizza Order App where users can manage ingredients, place orders, and view a list of all placed orders. This guide will walk you through the process step by step.
This is just an example. Freym provides GraphQL APIs and client libraries in multiple languages, giving you the flexibility to use your preferred programming language and frameworks, not just the JavaScript-based tools showcased in this example.
Local Setup
The source code of the sample application can be found in the Freym Demo Repository.
Please follow the instructions in the README.md
file to set up the application locally.
After setting up the application, you can easily follow this guide to understand how to build an application with Freym.
The Example Application
Our demo application should have the following features:
- Manage ingredients
- Place orders
- View a list of all placed orders
Project Structure
The demo app is a Next.js application that uses GraphQl Tada to interact with the Freym services.
The Freym schema configuration GraphQL files are located in the schema
directory.