Skip to content

Releases: mindflowgo/picturegram

Feature additions: File Uploads + Remember-Me Login

14 Mar 06:09
Compare
Choose a tag to compare

Added computer file uploads, file-resizing (using multer + sharp packages).

Added 'remember-me' feature -- Differentiate using session storage vs local storage to allow this.

Basic Version Feature Complete

11 Mar 14:52
Compare
Choose a tag to compare

We are excited with our collaboration to bring a feature-complete picturegram:

  • can add picture url's, add tags, and a name.
  • users login and can favourite specific pictures.

ORM separation for both a mysql/mongoose implementation.

Prior Builds

11 Mar 14:39
Compare
Choose a tag to compare
Prior Builds Pre-release
Pre-release

v0.0

Initial Conception, Html UI Build

After brainstorming the ideas, build the first UI to figure out how it will work.

v0.1

Basic ORM

Built out functional with basic ORM for saving and listing

v0.2

Enhanced ORM / API

Added delete & update to the basic app.

v0.5

Finished basic features in mysql