Build a Full-Stack Node.js App with CockroachDB

1 · CockroachDB · July 27, 2021, 8:20 p.m.
This article starts entirely from scratch to build a simple app with Node.js, Express.js, and CockroachDB to collect and display contact information. To follow this tutorial, you just need to know some JavaScript. Time to dive in! View complete code on GitHub Getting Started Begin by installing the latest version of Node.js on your computer. For this tutorial, we use Node.js 14.17.0 with npm 6.14.13. Once you have Node.js and npm installed, create a new folder for your app called roachApp and na...