Skip to content

peterrobert/Members_only

Repository files navigation

Ruby on Rails - Authentication - Project: Members Only!

This project is part of the Microverse Full-Stack development program through The Odin Project. It's an implementation of a simple Ruby on Rails project, using Devise for handling the user authentication logic, and tailoring the user model to work with our own user posts model. We've had to put in practice our skills in Active Record models, migrations and references between models.

Built With

  • Ruby 2.5.5
  • Ruby on rails 6.0.0
  • VS Code
  • SQLite database

How to Install

  • Install Ruby in your system. To install Ruby, you can read the Documentation

  • Install rails to do that run this command in your console

    gem install rails
    
    
  • Then For Windows users, open Command Prompt and run:

    C:\>cd Members-only folder
    C:\cd Members-only folder> run rails server
  • For Linux and Mac users, open a Terminal and run:

    $ cd Members-only folder
    $ run rails server
  • Navigate to your browser and run

    localhost:3000
    
    

Authors Hireable

👤 Peter Robert

👤 Ivan Diaz

🤝 Contributing

Contributions, issues and feature requests are welcome!. Feel free to check the issues page.

Show your support

About

ruby on rails project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published