An Express API that returns a random quotes from a JSON file of quotes.
User Authentication and Favorites functionalities planned!
A REMINDER: The website will feel slow at first because I made the frontend interact with the API hosted on Render's free tier, which is slow to start if inactive for 15 minutes, please be patient!
- Frontend requests a quote from the Express API
- Express API unzips the data.zip file and reads JSON file
- Server gets a random quote and sends it back to frontend
- Express API endpoints
- Frontend in plain HTML