Skip to content

Building an exclusive clubhouse where members can write anonymous posts. Includes authentication.

Notifications You must be signed in to change notification settings

nikoescobal/members-only

Repository files navigation

Members Only (Authentication with Rails)

This is a simple Rails application where only logged-in users can write anonymous posts. The objective of this project utilizes Rails authentication, and several cool gems like Devise, better_errors, Hirb, etc.

Built with

  • Ruby -v 3.0.0
  • Rails -v 6.1.3.1
  • SQLite3
  • VScode
  • Lots of love ❤️

Getting Started

Prerequisites

To get this project up and running locally, you must already have ruby and the necessary gems installed on your computer

Installation

In order to run the linter on your local machine, please run the following commands on your terminal:

  1. run https://github.com/nikoescobal/members-only.git
  2. run cd members-only
  3. Run bundle install to get the necesary gems.
  4. Run yarn install.
  5. Run rails db:migrate.

Author:

👤 Nikolas Escobal

👤 Shaher Shamroukh

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse
  • The Odin Project

📝 MIT License

This project makes use of the MIT license.

About

Building an exclusive clubhouse where members can write anonymous posts. Includes authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published