GithubHelp home page GithubHelp logo

messaging24 / scraper-springboot-angular-mongodb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ujjavaldesai07/scraper-springboot-angular-mongodb

0.0 0.0 0.0 368 KB

Web Scraper built using Spring Boot, Angular, and MongoDB. This tool scrapes the data from the website periodically in the background using a Multithreading environment and shows the data in table view with filters and sorting options in the frontend.

Home Page: https://scraper-events.herokuapp.com

JavaScript 2.14% Java 58.66% TypeScript 34.32% CSS 0.58% HTML 3.38% Dockerfile 0.79% SCSS 0.13%

scraper-springboot-angular-mongodb's Introduction

Web Scraper

Web Scraper built using Spring Boot, Angular, and MongoDB. This tool scrapes the data from the website stores it in the database and will show the data in table view with filters and sorting options in the frontend.

Technology Used

  • Backend: Spring Boot, MongoDB, Swagger2, JUnit
  • Frontend: Angular, Redux, TypeScript, Angular Material

DEMO

  • Deployed to Heroku Cloud:

    https://scraper-events.herokuapp.com

    Note: It is running on a free dyno, so the services go to sleep if not in use. For the first time, it may take some time to respond.

FEATURES

  • Scrapes the data from the website and pushes the data to database concurrently.
  • Shows the data in the frontend in table view.
  • Provides option to sort and filter the data.

Steps to run backend application:

  1. Clone/Download the repository.

  2. Set the environmental variables.

       ACTIVE_PROFILE=<prod/dev>;
       MONGODB_URI=<Connection String>
       CLIENT_URL=<Frontend Client URL>
    
  3. Build the jar file from springboot-server directory.

       ./mvnw install -DskipTests
    
  4. Run the jar file from springboot-server directory.

       java -jar -Djdk.tls.client.protocols=TLSv1.2 target/scraper-data-service.jar
    

Steps to run frontend application:

  1. Go to file angular-client/src/app/constants/routes.ts and set the backend url.

       BACKEND_SERVER_URL=<Backend URL>
    
  2. Run the below command from angular-client directory.

       ng serve
    

References

  1. https://ngrx.io/docs
  2. https://angular.io/docs
  3. https://material.angular.io/

scraper-springboot-angular-mongodb's People

Contributors

ujjavaldesai07 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.