An Authentication and Authorization system where users can only access areas of a site they are authorized to.
This project is part of the Microverse curriculum in Ruby on Rails module!
Explore the docs »
Report Bug
·
Request Feature
In this project, i built 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.
To use application this is what you need to:
- Have ruby installed in your computer
- Download or clone this repo:
- Clone with SSH:
git@github.com:PhillipUg/members-only.git
- Clone with HTTPS
https://github.com/PhillipUg/members-only.git
cd
intomembers-only
directory and runbundle install
- Finally, run
rails server
in your terminal.
This project was built using:
- Ruby v2.7.1
- Ruby on Rails v6.0.3
- Devise, Hirb, better_errors (...and a couple of other default rails gems)
👤 Phillip Musiime
- LinkedIn: Phillip Musiime
- GitHub: PhillipUg
- Twitter: @Phillip_Ug
- E-mail: phillipmusiime@gmail.com
This project is MIT licensed.