To run the API, inside the folder database/variables.js password and username must be created.
const userName = <username>;
const password = <password>;
module.exports = {
userName,
password
};
npm install
node app.js
To run the API, inside the folder database/variables.js password and username must be created.
const userName = <username>;
const password = <password>;
module.exports = {
userName,
password
};
npm install
node app.js