Application that fetches Glassdoor data and shows top rated companies.
Latest: Currently developing a similar but a greater project, after a while I'll continue on this awesome project :)
Glassdoor is a great resource to learn about companies. Unfortunately, it misses some basic features like sorting companies on their ratings. There are two motivation for the project, first, to provide sorted companies in a fancy design. Second, to get further experience with the technologies.
The project a bundle of 3 elements; React Front-end, NodeJS scraper and Java Back-end API.
βοΈ Completed: Establish a RESTful API that stores & fetches companies (Java, Spring MVC, Hibernate, PostgreSQL, Docker)
βοΈ Completed: Build Glassdoor scraper with a NodeJS scraper (JavaScript)
βοΈ Completed: Design React web page
βοΈ Completed: Integrate both elements.
β± Further I: Extend the features of the elements.
β± Further II: Make the app accessible worldwide.
Java 11, Spring Boot, Spring MVC, JavaScript, React, Docker, Material UI, PostgreSQL, RESTful API, Hibernate, Maven, IntelliJ, Postman, SourceTree, Git