This Ruby on Rails Program creates a website that allows you to perform all user account features as well as sign in and make an account through GitHub OAuth. A user can then view the listings of all remedies, post their own home remedies for everyone to see, and comment on others post to let them know how they work.
$ git clone https://github.com/Azbury/home-remedy-website.git
$ cd home-remedy-website
$ bundle install
Type the commands below and go to the link provided.
$ rake db:migrate
$ rake db:seed
$ rails s
Bug reports and pull requests are welcome on GitHub at https://github.com/Azbury/home-remedy-website.git. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.