https://github.com/fernandoamz/node-express-server-rest-api
https://github.com/fernandoamz/node-express-server-rest-api
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fernandoamz/node-express-server-rest-api
- Owner: fernandoamz
- Created: 2021-10-27T14:59:30.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-11-05T04:11:22.000Z (over 3 years ago)
- Last Synced: 2024-11-02T20:33:25.869Z (6 months ago)
- Language: JavaScript
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-appwrite - Source Code - health-service-3lh7) (Showcase (Built with Appwrite 📣) / Express)
README

# Appwrite System Health 👨⚕️ 👩⚕️
This is an example about how to implement system health to monitor your appwrite app.
more info: [Article on Dev.to](https://dev.to/fernandoamz/appwrites-health-service-3lh7)
## Features 🚀
- Express
- REST API
- Appwrite route## Requirements 🏗️
- [node & npm](https://nodejs.org/en/)
- [git](https://www.robinwieruch.de/git-essential-commands/)
- 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.








## All PRs with improvements are welcome
## For more detailed info, visit: [Appwrite Official Website](https://appwrite.io/)