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.
- Ruby -v 3.0.0
- Rails -v 6.1.3.1
- SQLite3
- VScode
- Lots of love ❤️
To get this project up and running locally, you must already have ruby and the necessary gems installed on your computer
In order to run the linter on your local machine, please run the following commands on your terminal:
- run
https://github.com/nikoescobal/members-only.git
- run
cd members-only
- Run bundle install to get the necesary gems.
- Run yarn install.
- Run rails db:migrate.
👤 Nikolas Escobal
👤 Shaher Shamroukh
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- The Odin Project
This project makes use of the MIT license.