On this series, we are going to build a simple CRUD microservice using Node and Express
00:04 Intro
02:33 NPM setup & package installation
06:38 Basic folder structure
07:09 Basic express server
09:14 Environment variables
11:49 Helpful NPM scripts
15:26 Development database setup w/Docker
18:32 Prisma setup
20:19 Database schema creation
22:53 Brief recap