A simple Node.js + Express API demo deployed on Aliyun ECS.
- Health check endpoint
- System information endpoint
- Sample data API
- Docker support
- nginx reverse proxy
Health check endpoint.
curl http://your-server/healthSystem information endpoint.
curl http://your-server/api/infoSample data endpoint.
curl http://your-server/api/datadocker-compose up -dnpm install
npm start- Port: 3000
- Environment: Production
- Base URL: http://39.102.87.166
- Node.js 18
- Express 4.18
- Docker
- nginx
Deployed by 🦞 Clawd (小爪)