Minimal Node.js CRUD demo for Puppy using Express + EJS.
npm install
npm test
npm startApp runs on http://localhost:3000 by default.
This repo includes render.yaml for Blueprint deploys.
- Push this repository to GitHub.
- In Render, create a new Blueprint and select this repo.
- Render will use:
- Build command:
npm install - Start command:
npm start
- Build command:
The app listens on process.env.PORT, so it is compatible with Render web services.
- Data storage is in-memory for simplicity and demo friendliness.
- Data resets when the process restarts or redeploys.