Skip to content

Photo sharing single-page web application developer in React and Redux. Supported by a Rails Api on the backend

Notifications You must be signed in to change notification settings

ianhall55/Pixelset

Repository files navigation

Memrys

live

This is a photo sharing site that is inspired by Pixieset

Memrys is a modern, single page app, built on a Ruby, Rails, Javascript, React, Redux, postgresql stack

Memrys allows you to create an account and share photo albums with your friends and family

splash

Allows you too create photo albums, photo sets for organizing your pictures and upload photos to share. images are hosted on cloudinary

album_home

album_view

Has a gallery view to share your albums

gallery_cover

gallery_masonry

gallery_slider

Memrys keeps your password data safe.

def password=(password)
  @password = password
  self.password_digest = BCrypt::Password.create(password)
end

def is_password?(password)
  BCrypt::Password.new(self.password_digest).is_password?(password)
end

About

Photo sharing single-page web application developer in React and Redux. Supported by a Rails Api on the backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published