Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-11-05T04:11:22.000Z (about 3 years ago)
- Last Synced: 2024-08-02T07:23:23.250Z (4 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
![sh6nhzqmhd8g05gcdf69](https://user-images.githubusercontent.com/7818620/140456625-181ad393-bb56-4f0e-97a1-371b82d84cad.jpeg)
# 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.
![Screen Shot 2021-11-03 at 10 37 19 AM](https://user-images.githubusercontent.com/7818620/140103730-f7f9e341-27d2-466c-8923-d337d7501664.png)![Screen Shot 2021-11-03 at 10 39 07 AM](https://user-images.githubusercontent.com/7818620/140103834-39b469b2-2996-4230-b433-33c77d87c538.png)
![Screen Shot 2021-11-03 at 10 40 22 AM](https://user-images.githubusercontent.com/7818620/140104036-01b18024-5168-45e4-b45d-16106c196937.png)
![Screen Shot 2021-11-03 at 10 41 06 AM](https://user-images.githubusercontent.com/7818620/140104216-6b81c5ae-7220-4e92-8cfd-64000c548705.png)
![Screen Shot 2021-11-03 at 10 43 45 AM](https://user-images.githubusercontent.com/7818620/140104636-61eb862e-ca55-43c2-be28-1b12006f33df.png)
![Screen Shot 2021-11-03 at 10 46 31 AM](https://user-images.githubusercontent.com/7818620/140105185-a6b12784-f73a-493a-99a7-71b8ae9e57c7.png)
![Screen Shot 2021-11-03 at 10 47 41 AM](https://user-images.githubusercontent.com/7818620/140105342-99939281-5d43-4013-a5b0-6a4cbf12b40b.png)
![Screen Shot 2021-11-03 at 10 48 26 AM](https://user-images.githubusercontent.com/7818620/140105544-ecf3f682-2ca5-43c5-8627-82daea02099b.png)
![Screen Shot 2021-11-03 at 10 50 12 AM](https://user-images.githubusercontent.com/7818620/140106444-058276ca-8420-43dc-aef3-29987429e934.png)
## All PRs with improvements are welcome
## For more detailed info, visit: [Appwrite Official Website](https://appwrite.io/)