playground-for-node
playground-for-node copied to clipboard
Simple examples that help you get started with Appwrite + Node.js (=❤️)
### 👟 Reproduction steps 1. Clone the repository. 2. Install dependency `npm install`. 3. Run start script `npm run start`. Node: 18.15.0 node-appwrite: 9.0.0 ### 👍 Expected behavior According to...
### 💭 Description It is hard to get started for beginners with appwrite node without a proper tutorial. Adding it, would greatly help the community as well as new-comers to...
## What does this PR do? Add support to `.env` files. ## Test Plan 1. Installed the `dot-env` npm package 2. Created a `.env.example` to show users how to use...
Using environment variables for API KEY and PROJECT ID makes it not secure but also makes it easy for people wanting to try out this project. There can be a...
## What does this PR do? implemented more auth methods to the playground. It has login ( with email and password ), JWT create and change password. ## Test Plan...
## Summary This PR updates the Node.js playground to use the latest node-appwrite SDK and improves the reliability of function deployment and execution. ## Changes Dependencies Updated node-appwrite from 14.0.0...
Find it hard to get example of creating relationship including relationship to the users (internal table).
https://github.com/appwrite/playground-for-node/blob/dd3023f042d464be3c4a5811449d18bb2fdd0fff/docker-compose.yml#L4 Docker Compose service name would make more sense as "playground-for-node"