Episode 4: Building a JSON API - the C of CRUD

nathanbland

Nathan Bland

Posted on November 6, 2018

Episode 4: Building a JSON API - the C of CRUD

This episode covers the Create of CRUD.

Explore the source code here:

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



💖 💪 🙅 🚩
nathanbland
Nathan Bland

Posted on November 6, 2018

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related