EthanRBrown / web-development-with-node-and-express

Companion repository to Web Development With Node and Express, first edition.
1.01k stars 503 forks source link

Where is the credentials.js file #99

Closed Liqiankun closed 6 years ago

EthanRBrown commented 6 years ago

As described in the book, you have to create your own credentials.js file. It contains the necessary credentials for external resources (like database providers, API credentials, etc.). It is not a good idea to share those credentials, which is why it is "missing" fro the repo. Full instructions for creating credentials.j starts in Chapter 10.