Skip to content

In this project, we used Devise gem to handle authentication in rails. We built an application that allows users to create posts and the authors of the posts are displayed only if they are logged in.

License

Notifications You must be signed in to change notification settings

martin-cervantes/Members_Only

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication

In this project we used Device gem to handle authentication in rails. We built and application that allows users to create posts and the authors of the posts are displayed only if they are logged in.

screenshot

📦 Built With

- Ruby
- Ruby on Rails
- Heroku
- Devise

🔍 Live Demo

Live Demo Link

Getting Started

Prerequisites

Must have Ruby install on your local machine (preferably version 2.6.6)
For testing must have RSpec install

Installation

To install RSpec open terminal and enter the following

gem install rspec

To check the version of RSpec that was installed

rspec --version

Take a minute and look through the various options available in rspec

rspec --help

In your terminal enter:

cd ~
git clone https://github.com/mcervantes71/Members_Only/tree/develop
cd Members_Only/
rails s

if presented with and Error message similar to this: image

Run: yarn install --check-files

In the browser navigate to http://localhost:3000

👥 Authors

👤 Martin Cervantes

👤 Aulbourn Knowles

🤝 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

In this project, we used Devise gem to handle authentication in rails. We built an application that allows users to create posts and the authors of the posts are displayed only if they are logged in.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published