Application to build an exclusive clubhouse where your members can write embarrassing posts about non-members. Inside the clubhouse, members can see who the author of a post is but, outside, they can only see the story and wonder who wrote it.
- Associations
- Authentication
- Authorization
Clone repository:
git clone <repository path>
Move to folder and install dependencies
cd members_ony && bundle install
Migrate database
rails db:migrate
Run web server
rails s
Finally go to http://localhost:3000/
in the web browser
- 2.5.3