This project is for learning purpose just to get familiar with authentication with Devise in Ruby on Rails. It is gotten from The Odin Project.
In it, we built a simple clubhouse app, with ruby on rails, erb, and Bulma, that allows users to create embarassing posts and the authors of the posts are displayed only if a User is logged in.
- You should have Ruby 2.7.1
- You need to have Rails 6.0.3.2
-
Clone this repository with
git clone https://github.com/Georjane/members-only.git
-
Go inside this repo locally by typing
cd members-only
-
Run
bundle install
to install all necessary dependecies -
Run
bin/rails db:migrate
to create necessary tables in database
Run rails server
There are two ways of contributing to this project:
- If you see something wrong or not working, please open the issue in issue section
- If you see something to improve or to correct, and you have a solution to that, follow the below steps to contribute:
- Fork this repository
- Clone it on your local computer by running
git clone https://github.com/your-username/members-only.git
Replace your username with the username you use on github - Open the cloned repository which appears as a folder on your local computer with your favorite code editor
- Create a separate branch off the master branch,
- Write your codes which fix the issue you found
- Commit and push the branch you created
- Open a pull request, comparing your new created branch with our original master branch here
- Github: @descholar-ceo
- Twitter: @descholar3
- LinkedIn: MUGIRASE Emmanuel
- Github: @Georjane
- Twitter: @WittyJany
- LinkedIn: Witah Georjane
Give a ⭐️ if you like this project!