DEV Community

Cover image for Episode 4: Building a JSON API - the C of CRUD
Nathan Bland
Nathan Bland

Posted on

 

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



Top comments (0)

Need a better mental model for async/await?

Check out this classic DEV post on the subject.

⭐️🎀 JavaScript Visualized: Promises & Async/Await

async await