hire-badge Twitter Follow

Members Only

In this project, I implemented the authentication system using the Devise Gem so users can only access areas of a site they are authorized to. Only signed-in users can write posts and can see who the author of a post is.

Built With

  • Ruby 2.6.5 and Rails 5.2.4.2
  • Bootsrap 4

What it does?

An exclusive clubhouse where 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.

Getting Started

To get a local copy up and running follow these steps:

Prerequisites

  • Ruby installed on local machine

Usage

  • Fork/Clone this project to your local machine
  • Open folder in your local enviroment and run thes lines of code to get started:
cd members-only
bundle install
rails db:migrate
rails s
  • Open a web page and go to port 3000 on your local machine.
  • The original project can be found on this Odin Project Page.

Authors

👤 Glory David

🤝 Contributing

Contributions, issues and feature requests are welcome! Start by:

  • Forking the project.
  • Cloning the project to your local machine.
  • cd into the project directory.
  • Run git checkout -b your-branch-name.
  • Make your contributions.
  • Push your branch up to your forked repository.
  • Open a Pull Request with a detailed description to the development branch of the original project for a review.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments