Coding APIs with Node.js and DARRT
Learn how to code APIs with Node.js and DARRT.
We'll cover the following...
What is DARRT?
In this lesson, we’ll do a short walkthrough of the build process called DARRT. We’ll use it to build working APIs from our design documents with Node.js. DARRT is a process for building code from design documents. We’ve created the DARRT framework as a teaching tool and as a quick way to start lightweight microservice and API projects. The ...