DEV Community

Cover image for Episode 11.5: Building a JSON API - Input Validation and Sanitation - Lightning Round
Nathan Bland
Nathan Bland

Posted on

Episode 11.5: Building a JSON API - Input Validation and Sanitation - Lightning Round

Are half episodes a thing? (Apparently) Is 10 minutes a lightning round?

If 10 minutes can be called a lightning round, then this is it. We cover all of our item route in what previously took us two episodes to do for user. In particular we speed past some testing portions that work to speed things up. Hang on to your seats..

Whew. That was a lot. Think I should have included more, or done something extra? Let me know.

Thanks for watching!

Source code:

GitHub logo NathanBland / core

Repository for the "core" video series

core

An express.js powered json api built for the "core" series.

Getting started

$ git clone git@github.com:NathanBland/core.git
$ cd core
$ docker-compose up



Top comments (0)