Monday, 19 August 2019

Show r/node: an open source templating engine for http REST api's

Hey everyone!I just wanted to share an open source project I've been working on. Hope you all might find it helpful.I like writing my REST api's with node + express, but there's a lot of boilerplate code that I have to keep re-writing each time I spin up a new one.For that reason, I decided to build design-first, a cli tool to speed up the process.The concept is simple, I spec out my api in a json file, detailing the endpoints, routes, payloads and return types, and then my tool builds everything out for me so I can focus on writing the logic for each endpoint!Anyway, would love your feedback! Thanks!https://adam-hanna.github.io/design-first-docs/

Submitted August 19, 2019 at 05:19PM by Telefonica46

No comments:

Post a Comment