This project is part of the Microverse curriculum in Ruby on Rails module!
In this project, you’ll be building an exclusive clubhouse where your 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.
You need to have this app or tools to start using it:
- Ruby
- Rails: better to have rails version 2.6.5.
- Clone this repo
git clone https://github.com/edieatha/members-only/
- Open terminal
cd
to the cloned folder and install gems withbundle install
- After gems install, run migrations
bin/rake db:migrate
- Run rails console
bin/rails console
Once you have started the server, visit the browser at http://localhost3000/
👤 Edie Atha
👤 Joseph Mindo
- Github: @MindoJoseph
- Twitter: @mindoJoseph
- Linkedin: Joseph Mindo
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
This project is MIT licensed.
Give a ⭐️ if you like this project!