Click this button to create a GitPod workspace where everything is ready to go
This repo uses Docker Compose to initialize the PostGres database backing the application
To start the database, run
npm start
If you're working through the lessons, start with index.js
node index.js
To play a specific lesson, run it individually
node "08 - DataLoader.js"