const database = require('../source/database')
const estore = database('EStore')
class Shop {
constructor() {}
async Main() {
return estore.Query('SELECT * FROM Products').then(output => {
const data = {
start: `
This is the Shop page
`,
body: '',
end: `
ID: ${output[0][i].ID}
Description