https://github.com/khattakdev/appwrite-starter
https://github.com/khattakdev/appwrite-starter
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khattakdev/appwrite-starter
- Owner: khattakdev
- Created: 2024-12-17T12:53:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-23T11:06:09.000Z (over 1 year ago)
- Last Synced: 2025-05-18T07:11:57.696Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚡ Node.js Starter Function
A simple starter function. Edit `src/main.js` to get started and create something awesome! 🚀
## 🧰 Usage
### GET /ping
- Returns a "Pong" message.
**Response**
Sample `200` Response:
```text
Pong
```
### GET, POST, PUT, PATCH, DELETE /
- Returns a "Learn More" JSON response.
**Response**
Sample `200` Response:
```json
{
"motto": "Build like a team of hundreds_",
"learn": "https://appwrite.io/docs",
"connect": "https://appwrite.io/discord",
"getInspired": "https://builtwith.appwrite.io"
}
```
## ⚙️ Configuration
| Setting | Value |
| ----------------- | ------------- |
| Runtime | Node (18.0) |
| Entrypoint | `src/main.js` |
| Build Commands | `npm install` |
| Permissions | `any` |
| Timeout (Seconds) | 15 |
## 🔒 Environment Variables
No environment variables required.