April 2020
Intermediate to advanced
292 pages
6h 50m
English
If you look in the package.json file, you’ll also see that it defines dependencies and devDependencies. The former are other packages of Node code that we rely on in all situations, whereas the latter lists packages we use only in development. Both are installed when you run npm install, so do that now.
At this point, you can actually run this server. To do so, you’ll need to have your PostgreSQL database set up. If you’re comfortable doing that on your own, then by all means do so.
However, you can also use Docker,[7] which is what the rest of this book will assume. To use Docker, you’ll need to install it, and we punt to the Docker docs[8] to explain how to do that for your platform. ...
Read now
Unlock full access