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.
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
- Github: @githubhandle
- Twitter: @twitterhandle
- Linkedin: linkedin
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!