/members-only

A project to work with authentication in Ruby on Rails.

Primary LanguageRubyMIT LicenseMIT

Authentication

In this project we implemented authentication systems so users can only access areas of a site they are authorized to.

Pre-requisites

  • Ruby
  • Rails 6.1.1
  • SQLite3
  • Yarn
  • Devise
  • Puma

Built With

  • Ruby
  • Rails 6.1.1
  • SQLite3
  • Yarn
  • Devise
  • Puma
  • Git & Github

Install

Install all the Pre-requisites on your local machine.

Setup

Open your terminal and go to the directory where you want to clone the repo.

Clone the repository to your local machine. Type $ git clone https://github.com/jpdf00/members-only.

Go to the members-only directory. Type $ cd members-only

Install the necessary gems to run the project. Type $ bundle install

Also, please run these commands rails db:create and rails db:migrate to run all the migration for the database and have all tables updated and read to use

Now your environment is ready to run the project. Type rails s, open your browser and paste localhost:3000.

Authors

👩🏼‍💻 Ana Paula Hübner

👤 João Paulo Dias

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

📝 License

This project is MIT licensed.