/members-only

Members Only is a simple message board made with Ruby on Rails. Messages are public but only registered users can send a new post.

Primary LanguageRubyMIT LicenseMIT

Members Only

This is a blog app which authenticates and authorizes users. If a user is not signed in, they cannot see the authors of the posts. However, once they sign in, all the author names are visisble. Users also cannot edit the post of other users; they are also restricted to editing their own posts.

image

Live demo link

Built With

  • Ruby -v 2.7.2
  • Rails -v 6.0.3.4
  • SQLite3
  • Devise
  • Bootstrap

Getting Started

Prerequisites

To get this project up and running locally, you must already have Ruby, the necessary Gems, and Ruby on Rails installed on your computer.

To get this project set up on your local machine, follow these simple steps:

  1. Open Terminal.
  2. Navigate to your desired location to download the contents of this repository.
  3. Run git clone https://github.com/sinansevgi/members-only.git.
  4. Run cd members-only.
  5. Run bundle install.
  6. Run yarn install.
  7. Run rails db:migrate.
  8. Run rails server or rails s.

Author Details:

👤 Sinan Sevgi

👤 Chad-Leigh Van Wyk

Acknowledgment

The resources we have used to develop our project:

Show your support

Give ⭐ to me on GitHub — it helps!

📝 License

This project is MIT licensed.