All Projects → appwrite → playground-for-node

appwrite / playground-for-node

Licence: other
Simple examples that help you get started with Appwrite + Node.js (=❤️)

Programming Languages

javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to playground-for-node

sdk-for-dart
[READ-ONLY] Official Appwrite Dart SDK 💙
Stars: ✭ 79 (+102.56%)
Mutual labels:  baas, mbaas, appwrite
demos-for-svelte
Demos and tutorials for getting started with Appwrite + Svelte
Stars: ✭ 27 (-30.77%)
Mutual labels:  baas, mbaas, appwrite
demos-for-vue
Demos and tutorials for getting started with Appwrite + Vue.js
Stars: ✭ 37 (-5.13%)
Mutual labels:  baas, mbaas, appwrite
Parse Server
API server module for Node/Express
Stars: ✭ 19,165 (+49041.03%)
Mutual labels:  baas, mbaas
sdk-for-ruby
[READ-ONLY] Official Appwrite Ruby SDK 💎 🔴
Stars: ✭ 45 (+15.38%)
Mutual labels:  baas, appwrite
sdk-for-android
[READ-ONLY] Official Appwrite Android SDK 💚 🤖
Stars: ✭ 62 (+58.97%)
Mutual labels:  baas, appwrite
sdk-for-kotlin
[READ-ONLY] Official Appwrite Kotlin SDK 💙🧡
Stars: ✭ 41 (+5.13%)
Mutual labels:  baas, appwrite
Appwrite
Appwrite is a secure end-to-end backend server for Web, Mobile, and Flutter developers that is packaged as a set of Docker containers for easy deployment 🚀
Stars: ✭ 14,592 (+37315.38%)
Mutual labels:  baas, appwrite
parse-hipaa
HIPAA & GDPR compliant ready parse-server with postgres/mongo, parse-hipaa-dashboard. Compatible with ParseCareKit
Stars: ✭ 74 (+89.74%)
Mutual labels:  baas, mbaas
sdk-for-php
[READ-ONLY] Official Appwrite PHP SDK 🐘
Stars: ✭ 109 (+179.49%)
Mutual labels:  baas, appwrite
playground-for-android
Simple examples that help you get started with Appwrite + Android (=❤️)
Stars: ✭ 48 (+23.08%)
Mutual labels:  baas, appwrite
ParseCareKit
Securely synchronize any CareKit 2.1+ based app to a Parse Server Cloud. Compatible with parse-hipaa.
Stars: ✭ 28 (-28.21%)
Mutual labels:  baas, mbaas
Chapter-2
Code examples for Chapter 2 of Data Wrangling with JavaScript
Stars: ✭ 16 (-58.97%)
Mutual labels:  node-js
node-advanced
Node Advanced Courseware
Stars: ✭ 80 (+105.13%)
Mutual labels:  node-js
Generate-Live-Transcription
This extension helps to get a real-time transcription of audio playing in the browser using Deep Speech.
Stars: ✭ 16 (-58.97%)
Mutual labels:  node-js
windows-network-drive
Do network drive stuff on Microsoft Window in node
Stars: ✭ 18 (-53.85%)
Mutual labels:  node-js
ptkdev-logger
🦒 Beautiful Logger for Node.js: the best alternative to the console.log statement
Stars: ✭ 117 (+200%)
Mutual labels:  node-js
appwrite-todo-with-nextjs
About A basic demo example for integrating between Appwrite & Next JS 💙
Stars: ✭ 14 (-64.1%)
Mutual labels:  appwrite
captcha.js
Captcha in Node.js
Stars: ✭ 23 (-41.03%)
Mutual labels:  node-js
motor-hat
Node Module to control Adafruits MotorHAT for the RaspberryPi
Stars: ✭ 28 (-28.21%)
Mutual labels:  node-js

Appwrite's Node.js Playground 🎮

Appwrite playground is a simple way to explore the Appwrite API & Appwrite Node.js SDK. Use the source code of this repository to learn how to use the different Appwrite Node.js SDK features.

JavaScript Style Guide

Work in progress

Get Started

This playground doesn't include any NodeJS best practices but rather intended to show some of the most simple examples and use cases of using the Appwrite API in your NodeJS application.

Requirements

  • A system with NodeJS or Docker installed.
  • An Appwrite instance.
  • An Appwrite project created in the console.
  • An Appwrite API key created in the console.

Installation

  1. Clone this repository.
  2. cd into the repository.
  3. Open the app.js file found in the root of the cloned repository.
  4. Copy Project ID, endpoint and API key from Appwrite console into app.js
  5. Run the playground: NodeJS: - Install dependencies npm install - Execute the command node app.js Docker: - Execute the command docker compose up
  6. You will see the JSON response in the console.

API's Covered

  • Databse

    • Create Collection
    • List Collections
    • Delete Collection
    • Create Document
    • List Documents
    • Delete Document
  • Storage

    • Create Bucket
    • List Buckets
    • Delete Bucket
    • Upload File
    • List Files
    • Delete File
  • Users

    • Create User
    • List Users
    • Delete User
  • Functions

    • Create Function
    • List Functions
    • Delete Function
    • Upload Deployment
    • Execute function (sync)
    • Execute function (async)

Contributing

All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.

We truly ❤️ pull requests! If you wish to help, you can learn more about how you can contribute to this project in the contribution guide.

Security

For security issues, kindly email us [email protected] instead of posting a public issue in GitHub.

Follow Us

Join our growing community around the world! Follow us on Twitter, Facebook Page, Facebook Group or join our Discord Server for more help, ideas and discussions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].