marilirulita / Members-Only

This project consists of using the Devise gem to have a first approach at authentication in rails. Built with Ruby on Rails.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Members Only!

A small project using Devise to handle authentication for members and secrets with support to create, edit and delete posts.

Built With

  • Ruby on Rails

Getting Started

  • Run this command in your OS terminal: git clone https://github.com/marilirulita/Members-Only to get a copy of the project.

  • From the root folder of the project, run the command bundle install to install any required gems that you might need.

  • Run migration command:

    rails db: migrate
    

Prerequisites

  • IRB or a Ruby parser installed in your OS terminal.
  • A compatible version of Rails.
  • A compatible version of Bundler in order to install and check the required gems for this project. As of the time of writing, the latest Bundler version is 2.2.10
  • A text editor is not required, but is highly recommended so that you may better preview and edit the code. Popular choices include Atom or VSCode.

Setup

  • Clone the repository in order to get a copy of this project

Authors

Camilo Patino

GitHub: LoxiasCam

Twitter: @jcamilop96

Mar Bautista

GitHub: marilirulita

Twitter: @marylirulita

🤝 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!

📝 License

This project is MIT licensed.

About

This project consists of using the Devise gem to have a first approach at authentication in rails. Built with Ruby on Rails.


Languages

Language:Ruby 67.5%Language:HTML 26.0%Language:JavaScript 4.1%Language:SCSS 2.4%