/appwrite-examples

Appwrite SDK for NativeScript usage examples.

Primary LanguageTypeScript

Appwrite SDK Usage Examples

Usage examples for using the Appwrite SDK.

Prerequisites:

npm run setup

Run Example Apps

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

Try Others?

Want to try more flavors? Try adding one, the AppWrite data service is shareable across any!