This repository contains the exercise for the module "Desarrollo Backend con Node.js" from the KeepCoding bootcamp "Desarrollo Web | Edición XVII". The exercise statement is provided in the file Práctica Web18 Fundamentos Backend.pdf.
Install dependencies with:
npm install
On first deploy you can use the next command to initialize the database:
npm run initDB
Running Nodepop on localhost:3000:
npm run dev