lab-express-redis
/API / backend · Express · JavaScript/TypeScript 20
- Port
- 3000
- Build
npm install- Start
npm run start- Health check
- /health
- Dockerfile
- None, a deploy generates one
- Needs
- Redis
1 environment variable the code reads
- REDIS_URL
A small Express visit counter on Redis. The Deployer Lab deploys it to measure real deploys.
Almost: add 1 environment variable
It will deploy once the items below are sorted. Each one comes with the fix.
1 service, mostly JavaScript.
API / backend · Express · JavaScript/TypeScript 20
npm installnpm run startNothing. Every service has what a deploy needs.
The code reads these. A deploy needs a value for each one, or an empty value where your app doesn't use it.
We also look for credentials committed to the repository, and for secret keys compiled into code that runs in the browser. What we find shows only in the browser that ran this check, and is deleted after a week.
The cheapest setup that fits this app on each cloud. Your cloud provider bills you directly, never us.
| Cloud | Setup | Per month |
|---|---|---|
| DigitalOcean | Hobby: one small server | $7 to $10 |
| AWS | Hobby: one small server | $12 to $19 |
| Google Cloud | Hobby: one small server | $12 to $19 |
| Azure | Hobby: one small server | $12 to $18 |
Estimates for modest traffic, before tax and before any free credits. DigitalOcean comes first because it's usually the simplest place to start.
With Launch, we make these changes, deploy the app into your own cloud account with HTTPS and monitoring, and it's live within 48 hours or you get a full refund.
Get Launch for $99The link keeps this result. The badge always shows the repository's latest check.
Run the check again after you change something.