An app that retrieves Etsy shop info, using the Etsy public API 🧵
This app displays info for the 5 most recently created Etsy shops and links to them. The backend was written using Node, and the frontend was written in React with the Bulma css library.
Pre-reqs:
- Cloning this app (Recommended: via SSH 🔒)
- Install Nodejs (Recommended: via nvm). This app should work with the latest version of Node (Feel free to submit an issue if it does not!)
Then:
- In one terminal, navigate to the directory
/see-shops
and runnpm start
. - In another terminal navigate to the directory
/see-shops/client
and runnpm start
. - In the browser, navigate to
http://localhost:3000/
. The app should be visible there!