This is a basic authentication systems that restricts users to only access areas of the site they are authorized to.
Explore the docs �
Assigment
�
Report Bug
�
Request Feature
This is 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.
This progam was made using this technologies
To get a local copy up and running follow these simple example steps.
brew install chruby
brew install ruby-install
ruby-install ruby
- Rails You can easily install Rails by using the odin project's giude or directly from the rails site
gem install rails
- Clone the repo
git clone https://github.com/abruzy/members-only
- Install all necessary gems
$ bundle install --without production
- migrate the database:
$ rails db:migrate
- 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
- Sign up or login
- create, update, edit and delete posts
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
- Collins Ugwu: Github, [Twitter](https://twitter.com/collinsugwu_me
- Abubarkar Diallo: Github
Project Link: https://github.com/abruzy/members-only