Skip to content

climba/route-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node express scrapper application

This application scrapes a webste and adds the data to a mongoDB database

Use Instructions

  1. To run this app, you'll need to install the following NPM packages.

  2. You will need to configure mongoDB on your local machine to run this app. Once you have mongoDB configured correctly you are ready to run the app

  3. Once mongo is running and you have installed the required dependencies run the app by running node server.js or nodemon server.js

  4. The database in this project is named routescrapper but you can name your database anything you like.
    Just edit line 13 in the file "/server.js" proir to starting the app

Front end

route-scrapper.png

Thanks for checking out my project! If you have any questions get in touch!

Releases

No releases published

Packages

No packages published