Skip to content

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.

License

Notifications You must be signed in to change notification settings

addod19/members-only

 
 

Repository files navigation

Members only project using Ruby on Rails

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.

Getting started

To get started with the app, first clone the repo

git clone  https://github.com/macnick/members-only.git

Then install the needed gems:

bundle install --without production

Next, migrate the database:

 rails db:migrate

Finally, run the app in a local server:

 rails server

Contributors

  1. Nick Haralampopoulos
  2. Daniel Larbi Addo

To see more information and learn about Rails check this Ruby on Rails Tutorial book.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 73.4%
  • HTML 18.2%
  • CSS 4.4%
  • JavaScript 2.3%
  • CoffeeScript 1.7%