mongoMongoose

Mongo Mongoose

What it does

This is an app used to scrape articles. This app will let the user scrape news articles from The Buffalo News website. The user can add notes which can saved for each article.

Link to deployed Github

https://tamrichardson.github.io/mongoMongoose/.

Link to deployed app on Heroku

https://mongo-mongoose-trich.herokuapp.com/

To Run Locally on your machine

1.) Clone this repository from Github 2.) In terminal npm i 3.) run mongod 4.) run mongo and use database 5.) Run node server.js in your terminal 6.) In browser and search localhost:PORT# 7.) localhost:PORT#/scrape

Organization of files

Tech used