- Web application designed to help music fans find sellers on Etsy who make merch related to their favorite artist(s)
- Clone Artsyhub
- Set Etsy API key as environmental variable on machine, for example (bash profile syntax):
export myetsykey=YOUR_API_KEY
- Navigate into main directory
- Run:
node server.js
- Open localhost:5000 on browser
- Express.js
- JQuery
- Etsy API
Host application on HerokuAdd sample listing photos beneath shops- Refactor client-side from jQuery to React
- Initialize DB to store past search results
- Make UI more aesthetically pleasing