Releases: mindflowgo/picturegram
Releases · mindflowgo/picturegram
Feature additions: File Uploads + Remember-Me Login
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
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
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.