westgards / employee_tracker

A command-line application from scratch to manage a company's employee database, using Node.js, Inquirer, and MySQL.
MIT License
0 stars 0 forks source link

Create dotenv file to handle secrets #15

Closed westgards closed 1 year ago

westgards commented 1 year ago

Add .env.EXAMPLE install dotenv package

westgards commented 1 year ago

PR: #19