Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 542 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 542 Bytes

Imageboard

Summary:

An Instagram-style imageboard with multi-image view, single-image view and commentary functionality.

Demo:

Imageboard GIF

Tech Stack:

  • Backbone.js
  • Node.js and Express.js
  • PostgreSQL database
  • AWS S3 image storage

Main Features

  • Single-page application.
  • Image Upload to AWS S3. Images are immediately displayed on the home screen.
  • Enlarging single images on click reveals commentary functions.
  • Image descriptions and commentaries are saved in a PostgreSQL database.