Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 527 Bytes

File metadata and controls

24 lines (16 loc) · 527 Bytes

Exercise-backend-nodejs-mongodb

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.

NodePop installation info

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