Basic Configuration Management

Easy
4
25.0% Acceptance

In this lab, you will set up a basic configuration management system for an express application. You will use the dotenv package to store environment variables in a .env file, such as the port number, and then use it in your express application to start the server.

You must use the ESM (ECMAScript modules) syntax for imports and exports.