Skip to content

This project consist of build an exclusive clubhouse (Rails app) where 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.

Notifications You must be signed in to change notification settings

AndresFMoya/RoR-members_only

Repository files navigation

Members Only - Ruby on Rails


This project consist of build an exclusive clubhouse (Rails app) where 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.

In this project, we will build a Web App with the following technologies:

  • Ruby on Rails
  • PostgreSQL

Technologies used

  • Ruby on Rails
  • PostgreSQL
  • Git
  • Bootstrap
  • HTML & CSS
  • Heroku

Getting started

To get started with the app, first clone the repo and cd into the directory:

$ git clone git@github.com:AndresFMoya/RoR-members_only.git
$ cd RoR-members_only

Then install the needed gems (while skipping any gems needed only in production):

$ 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/AndresFMoya/RoR-members-only/fork)
  2. Create your working branch (git checkout -b [choose-a-name])
  3. Commit your changes (git commit -m 'what this commit will fix/add/improve')
  4. Push to the branch (git push origin [chosen-name])
  5. Create a new pull request

Contributors

Kerron King
Andrés F. Moya

Show your support

Give a ⭐️ if you like this project!

License

This project is MIT licensed.

📞 Get in Touch!

I will love to hear about you at one of the following places! ❤️

andresmoya.me

About

This project consist of build an exclusive clubhouse (Rails app) where 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •