An app that allows users to upload images, comment, and like images.
- Backbone
- Express.js on Node.js
- Postgresql
- AWS S3 for storing images
- Users can view images uploaded by other users.
- Users can upload new images
- App has pagination
- Clicking on an image shows a a full size image and allows users to make comments and/or like the image.
- There is no login so keeping track of likes is done by setting a cookie.