This is a project to create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments.
- Programming Language: Ruby
- Framework: Ruby on Rails
- Linter: Rubocop
To get a local copy up and running follow these simple steps.
- A web browser like Google Chrome.
- A code editor with Git and Ruby.
You can check for Ruby installation.
$ ruby --version && irb
To install rails, in the terminal kindly run this command
$ gem install rails
Clone the repository using the GitHub link provided below.
In the terminal, go to your file directory and run this command.
$ git clone https://github.com/mingchee1026/railsblog.git
Kindly modify the files as needed.
To install rspec, in the terminal kindly run this command
$ gem install rspec
To run tests, please run this command
$ rspec ./spec/#{filename}_spec.rb