placeholder page for testing
This page will be on the more 'documentation' side of things. If you want to read more about the project, click here.
This page will focus on the overall technology used in this project, with the more specific details being in the above blog post
The GitHub repositories and API documentation for the project can be found at these links below
For the frontend UI of this project, I used React (via the npx create-react-app command) and Bootstrap for handling CSS.
For the backend stack, I used the following:
Currently, the react app is hosted on Vercel, however, the backend express server is currently offline, due to Heroku shutting down
The Listings Finder API was built on REST principles, since I found using that for the API was easier and quicker to get working then using a GraphQL client and being concerned with MongoDB data compatibility.