members-only

In this project, we build 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.

Stars
0

📃 members-only

In this project, we build 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.

📡 technologies used

  • ruby
  • rails
  • bootstrap
  • jquery
  • faker
  • bcrypt
  • will_paginate
  • git

ruby, rails, bootstrap, jquery, faker, bcrypt, will_paginate and git was used on this project.

🚀 the project

this project can be found in https://github.com/firmoholanda/members-only

live version

🔨 instructions

To get started with the app, clone the repo and then install the needed gems:

$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

Finally, run the test suite to verify that everything is working correctly:

$ rails test

If the test suite passes, you'll be ready to run the app in a local server:

$ rails server

🤝 contributing

contributions, issues, and feature requests are welcome!feel free to check issues page.

  1. fork it (https://github.com/firmoholanda/members-only/development/fork)
  2. create your working branch (git checkout -b [choose-a-name])
  3. commit your changes (git commit -am 'what this commit will fix/add/improve')
  4. push to the branch (git push origin [chosen-name])
  5. create a new pull request

🤖 contributor

firmo holanda - GitHub

roodz fernando fleurant - GitHub

🙋‍♂ show your support

give a ⭐️ if you like this project!

📝 license

this project is MIT licensed.

Related Projects