This is an example about how to implement system health to monitor your appwrite app.
more info: Article on Dev.to
- Express
- REST API
- Appwrite route
- node & npm
- git
- Running appwrite on background
git clone https://github.com/fernandoamz/node-express-server-rest-api.git
cd node-express-server-rest-api
npm install
npm start
- optional: include .env in your .gitignore
- visit http://localhost:3000
Here, I let you a dictionary with the most of the routes. you can take a look in order to see whats you could need.