Skip to content

truvity/dif-hackathon-2024-demo

Folders and files

NameName
Last commit message
Last commit date
Oct 4, 2024
Feb 3, 2025
Oct 4, 2024
Oct 4, 2024
Oct 4, 2024
Oct 4, 2024
Oct 4, 2024
Oct 4, 2024
Oct 4, 2024
Oct 4, 2024
Oct 4, 2024
Oct 4, 2024
Feb 3, 2025
Oct 4, 2024
Feb 3, 2025

Repository files navigation

DIF Hackathon 2024 Demo

Points of Interest

Prerequisites

API Keys

To run the demo application, you'll need two API keys from different Truvity accounts.

Register new accounts at https://signup.truvity.cloud/dif-hackathon-2024.

Learn how to create a new API key here.

Once you've obtained two API keys, please fill in their values in devbox.json, replacing the existing <API_KEY_X> placeholders

diff --git a/devbox.json b/devbox.json
index 1c06ae6..1ddbad9 100644
--- a/devbox.json
+++ b/devbox.json
@@ -6,7 +6,7 @@
   ],
   "env": {
     "DEVBOX_COREPACK_ENABLED": "true",
-    "TIM_API_KEY": "<API_KEY_1>",
-    "AIRLINE_API_KEY": "<API_KEY_2>"
+    "TIM_API_KEY": "PFgto...",
+    "AIRLINE_API_KEY": "ZBZ3b..."
   }
 }

Development Environment

This repository uses DevBox to set up the local environment. You can find instructions on how to install it here.

Once DevBox is installed, run devbox shell to start a new shell with the necessary packages and tools.

Alternatively, you can configure direnv, which will automatically set up the environment.

Application Dependencies

After setting up the development environment, install application dependencies with the following command:

yarn install

How to Run

To launch the application, run the following command in your terminal:

yarn start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published