An open API service indexing awesome lists of open source software.

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).

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