Skip to content

This project is developed in RubyOnRails framework. We implemented the authentication system using the Devise Gem so users can only access areas of a site they are authorized to.

Notifications You must be signed in to change notification settings

alishabab/members-only

 
 

Repository files navigation

hire-badge Twitter Follow

hire-badge Twitter Follow

Members Only

In this project, we implemented the authentication system using the Devise Gem so users can only access areas of a site they are authorized to. Only signed-in users can write posts and can see who the author of a post is.

Live Demo

Live Demo Link

Built With

  • Ruby 2.6.5 and Rails 5.2.4.2
  • Bootsrap 4
  • Deployed on Heroku

Getting Started

To get a local copy up and running follow these steps:

Prerequisites

  • Ruby installed on local machine

Usage

  • Fork/Clone this project to your local machine
  • Open folder in your local enviroment and run thes lines of code to get started:
cd members-only
bundle install
rails db:migrate
rails s

Authors

👤 Ikraam Ghoor

👤 Shabab Ali

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page

Start by:

  • Forking the project
  • Cloning the project to your local machine
  • cd into the project directory
  • Run git checkout -b your-branch-name
  • Make your contributions
  • Push your branch up to your forked repository
  • Open a Pull Request with a detailed description to the development(or master if not available) branch of the original project for a review

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed

About

This project is developed in RubyOnRails framework. We implemented the authentication system using the Devise Gem so users can only access areas of a site they are authorized to.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 84.0%
  • HTML 12.2%
  • CSS 2.2%
  • JavaScript 1.4%
  • CoffeeScript 0.2%