Skip to content

jbkimble/pinspiration

 
 

Repository files navigation

PINSPIRATION

  • Ruby version: 2.3.0
  • Rails version: 5.0.1

Heroku: https://the-real-pinspiration.herokuapp.com/

Pinspiration is a clone of the Pinterest web app. Users can create groups of 'pinned' images called 'boards' which can be made private, or be made public and easily be shared with other users via on the site.
Users can also visit other users profiles and click a button to 'follow' their friends, they then see a live activity feed of what the people they follow are up to on the site. If a user loses their password they can request a password reset via a text sent to their cell phone. Visitors can view an index of pins or an individual pin, and can create a new user account. Admins can delete pins and disable users.

The project also serves a JSON API for comments on pins, with endpoints for GET, POST, PUT and DELETE requests for users with API keys.

API endpoints: /api/v1/comments For GET and POST requests, api_key and pin_id are required in query params. For PUT and DELETE requests, api_key and id are required in query params.

Image1 Image1 Image1 Image1 Image1 Image1

Contributors: Erin Pintozzi, Anna Dolan, Jon Kimble, and Vido Seaver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 73.0%
  • HTML 21.0%
  • CSS 4.6%
  • JavaScript 1.4%