https://github.com/angusgmorrison/supagram-backend
A Rails API backend with Cloudinary integration for an elegant photo sharing app. Features token-based authentication, RSpec tests, custom error handling and an activity feed.
https://github.com/angusgmorrison/supagram-backend
Last synced: over 1 year ago
JSON representation
A Rails API backend with Cloudinary integration for an elegant photo sharing app. Features token-based authentication, RSpec tests, custom error handling and an activity feed.
- Host: GitHub
- URL: https://github.com/angusgmorrison/supagram-backend
- Owner: AngusGMorrison
- Created: 2019-11-07T10:15:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T15:44:30.000Z (over 3 years ago)
- Last Synced: 2025-03-22T04:03:19.577Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 262 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SUPAGRAM (API backend)
A Rails API backend with Cloudinary integration for an elegant photo sharing app. Features token-based authentication, RSpec tests, custom error handling and a paginated activity feed.
**Features:**
* Token-based user authentication
* Cloudinary integration for photo storage and processing
* Polymorphic follower-followed relationships between users
* Paginated, chronological activity feed of own posts and followed users
* Custom error handling
* Example RSpec tests for models and controllers
* Custom serializers ensure that only essential data is returned with each response