- Notifications
You must be signed in to change notification settings - Fork0
This monorepo contains all apps and services for the Xanderia app suite.
xanderia/xanderia
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Purple Night Sky (@teddykelley on Unsplash)
This monorepo contains all apps and services for the Xanderia app suite,leveraging theXATA
architecture stack.
- shop-playground
Expo, Firebase
Folder | Description |
---|---|
/ | 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 |
Branch | Description |
---|---|
master | Master |
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. |
Collection | Description |
---|---|
master | Master |
About
This monorepo contains all apps and services for the Xanderia app suite.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.