Merge pull request #1 from rede5/codex/create-monorepo-folder-structure-and-appwrite-setup

Setup monorepo structure with Appwrite cloud config
This commit is contained in:
Tiago Yamamoto 2025-12-11 18:01:46 -03:00 committed by GitHub
commit 3870974605
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 16 additions and 0 deletions

5
.env.example Normal file
View file

@ -0,0 +1,5 @@
APPWRITE_ENDPOINT=https://cloud.appwrite.io/v1
APPWRITE_PROJECT_ID=
APPWRITE_API_KEY=
APPWRITE_FUNCTIONS_ENDPOINT=
APPWRITE_FUNCTIONS_API_KEY=

View file

11
appwrite.json Normal file
View file

@ -0,0 +1,11 @@
{
"provider": "appwrite-cloud",
"description": "Appwrite Cloud configuration for DevOps orchestration platform",
"endpoint": "${APPWRITE_ENDPOINT}",
"projectId": "${APPWRITE_PROJECT_ID}",
"apiKey": "${APPWRITE_API_KEY}",
"functions": {
"defaultRuntime": "deno-1.35",
"source": "./appwrite-functions"
}
}

0
dashboard/.gitkeep Normal file
View file

0
landing/.gitkeep Normal file
View file