Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amacwhirter/mongowebscrape
Georgia Tech Week 18 - MongoDB Web Scraping
https://github.com/amacwhirter/mongowebscrape
cheerio-js coding-bootcamp express-js georgia-tech handlebars-js javascript mongodb mongoose-js node-js
Last synced: 26 days ago
JSON representation
Georgia Tech Week 18 - MongoDB Web Scraping
- Host: GitHub
- URL: https://github.com/amacwhirter/mongowebscrape
- Owner: amacwhirter
- Created: 2017-05-29T18:02:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T14:32:31.000Z (over 7 years ago)
- Last Synced: 2024-10-11T12:05:02.573Z (26 days ago)
- Topics: cheerio-js, coding-bootcamp, express-js, georgia-tech, handlebars-js, javascript, mongodb, mongoose-js, node-js
- Language: JavaScript
- Homepage: https://admwebscrape.herokuapp.com/
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MongoWebScrape
Georgia Tech Week 18 - MongoDB Web Scraping```
A web app that lets users leave comments on the latest news.
These articles are not written by users of the app, but instead uses Mongoose
and Cheerio to scrape news from another site.
```### Preview Site
https://admwebscrape.herokuapp.com/
### Getting Started
```
To get started on this project, follow the installations instructions below.
```### Installations
``` InstallingBefore you contribute
Make sure you install all the dependencies you need for the project
Once you have Node.js installed on your computer
Navigate to the working directory and do the following in your terminalBefore you proceed, make sure you fork the repo
###### Step 1
> npm installThe above command will install all the dependencies you need
###### Step 2
> npm install -g nodemonThe above command will install nodemon globally for you
nodemon will watch the files in the directory in which nodemon was started, and if any files
change, nodemon will automatically restart your node application.###### Step 4
> nodemon server.js
The above command will start the server for you###### Step 5
> Open your browser to http://localhost:3000/If you see "App listening on PORT 3000" in your CLI, then you're good to go :thumbsup:!
Happy Contributing!
```
### Built With
```
* MongoDB
* Mongoose
* Cheerio
* Node.JS
* Express
* Handlebars
* JavaScript
* JQuery
* Bootstrap
* HTML
* CSS```
### Contributing
```
There are different ways to contribute
* Front End
* Back End
* Designers
* Genius Idea's
* Unit Testers
* etc.
```### Contributers
```
* Ashley MacWhirter
```