Get port from environment and store in Express. code example Example: const port = process.env.port || 3000 const port = process.env.port || 3000