Skip to content

abruzy/members-only

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Members only

This is a basic authentication systems that restricts users to only access areas of the site they are authorized to.
Explore the docs �

AssigmentReport BugRequest Feature

Table of Contents

About The Project

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.

Built With

This progam was made using this technologies

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Ruby You can easily install Ruby on your Linux computer by using Homebrew and Chruby
brew install chruby
brew install ruby-install
ruby-install ruby
  gem install rails

Installation

  1. Clone the repo
git clone https://github.com/abruzy/members-only
  1. Install all necessary gems
$ bundle install --without production
  1. migrate the database:
$ rails db:migrate
  1. run the test suite to verify that everything is working correctly:
$ rails test
  1. If the test suite passes, you'll be ready to run the app in a local server:
$ rails server

Usage

  1. Sign up or login
  2. create, update, edit and delete posts

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/abruzy/members-only

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published