https://github.com/gregolive/clubhouse
A social-media-like app that allows users to create an account and make posts about one of their favorite topics (clubs).
https://github.com/gregolive/clubhouse
ruby-on-rails
Last synced: about 2 months ago
JSON representation
A social-media-like app that allows users to create an account and make posts about one of their favorite topics (clubs).
- Host: GitHub
- URL: https://github.com/gregolive/clubhouse
- Owner: gregolive
- Created: 2021-11-18T04:44:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-28T17:15:06.000Z (over 4 years ago)
- Last Synced: 2025-03-30T15:14:04.816Z (over 1 year ago)
- Topics: ruby-on-rails
- Language: Ruby
- Homepage: https://blooming-beach-64816.herokuapp.com/
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clubhouse
A social-media-like app that allows users to create an account and make posts about one of their favorite topics (clubs).
## Live demo
Avaliable via [Heroku](https://blooming-beach-64816.herokuapp.com/) 👈
## Features
- RESTful design
- CRUD (or partial CRUD) operations for users, posts, comments, and likes
- User authentication via Devise gem
- Active storage for user avatars
- Styling via Bulma gem
- Member exclusive (post author and their avatars only visible to signed in users)
## Ruby version
2.7.4