Project to learn build RESTful API's. I found this JSON based on wine reviews on https://www.winemag.com/, which I decided to use. It contained a huge amount of data, some of which key-values I thought could be fun to play around with, like sorting the top rated and most expensive ones.
Added function to get random wine, to develop a mobile app in React Native (2022-01-01)
For this project I used express in Node.js. To list my endpoints I used a package called express-list-endpoints.
Backend: https://winemag.herokuapp.com/
Frontend: https://winemag.netlify.app/