In this project we implemented authentication systems so users can only access areas of a site they are authorized to.
- Ruby
- Rails 6.1.1
- SQLite3
- Yarn
- Devise
- Puma
- Ruby
- Rails 6.1.1
- SQLite3
- Yarn
- Devise
- Puma
- Git & Github
Install all the Pre-requisites on your local machine.
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.
👤 João Paulo Dias
- GitHub: @jpdf00
- Twitter: @jpdf00
- LinkedIn: João Paulo Dias França
👩🏼💻 Ana Paula Hübner
- GitHub: @anapdh
- LinkedIn: LinkedIn
- Twitter: @dev_anahub
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
This project is MIT licensed.