nodejs-api-template
nodejs-api-template copied to clipboard
Simple template for creating a Node.js REST API
Node.js REST API Template
Simple template for creating a Node.js REST API
Endpoints
GET /health: Gets API health statusGET /tasks: Lists all tasksPOST /tasks: Intentionally buggy route, returns an errornull: Default route, returns 404 as the endpoint requested does not exist
Usage
npm install
npm test
npm run test-coverage
npm start