Several small projects in one repository.
- A scrapy project to crawl StackOverflow.com/jobs and get relevent information on openings, then store it in MongoDB.
- A React frontend to see what is new and view the data on what I have already applied to compared to what is still available.
- A Node.js server to retrieve data from MongoDB.
The frontend was created with Create React App.
In the project directory, you can run:
then
to get data.
or
Runs the frontend app and Node.js server in the development mode.
Open http://localhost:3000 to view it in the browser.
Runs the Jest testing suite for the React components.