Repository · ccantynz
Strong

No description yet.

main1 branch5 files · 1 dirUpdated 1mo ago
CodeIssuesPull RequestsActionsSecurityInsights
✨ AI
More
Settings
main
srcInitial commit: Vapron express starter1 month ago
.gitignoreInitial commit: Vapron express starter1 month ago25 B
bun.lockInitial commit: Vapron express starter1 month ago22.9 KB
package.jsonInitial commit: Vapron express starter1 month ago403 B
README.mdInitial commit: Vapron express starter1 month ago345 B
tsconfig.jsonInitial commit: Vapron express starter1 month ago303 B
No AI activity this week
README.md

Vapron Express Starter

A minimal Node.js REST API with Express and TypeScript.

Develop

npm install
npm run dev

Routes

  • GET / — a hello-world JSON response
  • GET /health — health check

Deploy

Deployed on Vapron via npm install && npm run build && npm start.