Post is a full-stack e-commerce store that sells postcards from around the world! See the project here: https://post-jjf0.onrender.com (takes ~30 seconds on first load).

Clients can retrieve information for current items available on store, such as product images, descriptions, or promotions. Functionality is also provided to send "contact us" messages.
Summary of endpoints:
- GET /promos
- GET /faqs
- GET /postcards
- GET /postcards/:continent
- GET /descriptions/:location
- POST /contact ...