Awesome
Appwrite System Health 👨⚕️ 👩⚕️
This is an example about how to implement system health to monitor your appwrite app.
more info: Article on Dev.to
Features 🚀
- Express
- REST API
- Appwrite route
Requirements 🏗️
- node & npm
- git
- Running appwrite on background
Installation
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
GET Routes
- 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.