Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

This monorepo contains all apps and services for the Xanderia app suite.

NotificationsYou must be signed in to change notification settings

xanderia/xanderia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Image

Purple Night Sky (@teddykelley on Unsplash)

Xanderia Monorepo

This monorepo contains all apps and services for the Xanderia app suite,leveraging theXATA architecture stack.

Apps

  • shop-playground

Architecture

Expo, Firebase

Structure

FolderDescription
/Configuration Files
 /xata XATA library, used by others projects
 /functions Firebase Functions for all server-side services
 /docs Documentation
 /<app> Specific app, e.g./chat,/calendar,tasks
 /<app>/src Source code
 /<app>/dist Distributable files, i.e./android,/ios,/web

Branches

BranchDescription
masterMaster

Database and Services

Database and Service Architecture

Xanderia uses the XATA database and service architecture.XATA defines multiple layers of how services and their data are organized:

| Layers | Adapters | Core | Client || --- | --- | --- | --- || Description | Adapters connect to external parties, e.g. PayPal. | Core services handle the main functionality from external input (i.e. adapter or client) or internal processes. | Client-focused services communicate with clients and offer narrowed down functionality. || Example | PayPal webhook comes in and its information is passed to a core service. | Core service uses incoming PayPal webhook to let client service know to notify users. | Client-focused service writes notification information in session data for client to consume. |

Database Schema

CollectionDescription
masterMaster

About

This monorepo contains all apps and services for the Xanderia app suite.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp