The Odin Project- Ruby on Rails

Project 2- Members Only!

This project is part of the Ruby on Rails 'Authentication' section of 'The Odin Project'.

The goal of this project is to build 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.

All the features that have been completed are listed on The Odin Project's website, with an added ability to signup from the app, as well as feature to remember the user.

Getting started

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

bundle install --without production

Migrate the database next with:

rails db:migrate

Then run the test suite to ensure everything works.

rails test

Launch app with:

rails server

Then visit 'localhost:3000' in you browser.

👤 Muhammad Arslan

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!