Usage examples for using the Appwrite SDK.
Prerequisites:
- NativeScript Environment Setup
- node >=20
npm run setup
Register an Appwrite account here and create a project to gather your endpoint and project id.
Setup a .env
file at the root of any of the demo apps within apps/demo-*
with the following:
APP_WRITE_ENDPOINT=https://[YOUR_APPWRITE_ENDPOINT]
APP_WRITE_PROJECT_ID=[YOUR_APPWRITE_PROJECT_ID]
npx nx debug demo-angular ios
Want to try more flavors? Try adding one, the AppWrite data service is shareable across any!