A minimal Node.js web application, used as a Railway deployment example.
For a step-by-step guide to deploying on Railway, see this post, or click the button below.
| Path | What it holds |
|---|---|
app.js |
Application entry point |
routes/ |
Route handlers |
views/ |
Templates |
public/ |
Static assets |
npm install
npm start