This is the code of the server.js file
\'use strict\'; require(\'dotenv\').config(); const express = require(\'express\'); const myDB = require(\'./connection\');