mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
new examples
This commit is contained in:
15
node/expressjs/README.md
Normal file
15
node/expressjs/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Express.js
|
||||
|
||||
A simple HTTP server using Express.js.
|
||||
|
||||
## Getting Started
|
||||
|
||||
```bash
|
||||
npm install
|
||||
npm start
|
||||
```
|
||||
|
||||
## Endpoints
|
||||
|
||||
- `GET /` - Returns `{"message": "Hello from Express.js!"}`
|
||||
- `GET /health` - Returns `{"status": "ok"}`
|
||||
Reference in New Issue
Block a user