Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 582 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 582 Bytes

Quickstart

Click this button to create a GitPod workspace where everything is ready to go

Gitpod Ready-to-Code

Running a database

This repo uses Docker Compose to initialize the PostGres database backing the application

To start the database, run

npm start

Running each lesson

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"