. ├── models/ │ └── product.js # Mongoose schema and model for Product ├── routes/ │ └── productRoutes.js # API route handlers (GET, POST, PUT, DELETE) ├── postman/ │ ├── postman_collection.json # ...
This repo, is the Esteban Donoso final assigment submission for the coursera Getting and Cleaning Data course. Here is the instruccions to run the initial analysis on Human Activity recognition ...