An app to test how to create a rails + react application
- Ruby & Rails
- React & Redux
Follow these steps on your console to properly clone this repository on your desktop:
$ cd desktop
$ git clone 'repo_path'
$ cd 'repo_name'
$ code .
Run 'ruby file_name' to see outputs in the console.
Run 'rubocop' to check linter offenses.
Create database for the project with bin/rails db:create
, otherwise create databases manually in PostgreSQL.
Install all gems bundle install
Set up RSpec in your app and create the Spec folder rails g rspec:install
Run the migration into your testing environment rails db:migrate RAILS_ENV=test
To see all tests with description run rspec spec --format documentation
👤 Gabriel Fonseca
Give a ⭐ if you like my project!
This project is MIT licensed.