Node JS

Coding Challenge

Only editable by group admins

  • Last updated November 17, 2020 at 5:42 AM by sdcaulley
  • Evidence visible to group members and anyone with the link
Create an http server with a RESTful architecture using CRUD endpoints.
To complete this badge:
  • post a link to a Github repository that has a basic Nodejs http server and RESTful api with CRUD endpoints.
Preference is for the use of the Koa (https://koajs.com/) framework, but you can use Express (https://expressjs.com/).
Things to keep in mind:
  • Nodejs emphasizes a modular structure, so demonstrate that you know how to break your work up into modules - ie not everything in the same file.
  • Leverage ES6 additions (array methods like map, filter, and reduce, arrow functions, ect).


All posted evidence

No one has submitted evidence for this requirement yet.