Hello rails + react

An app to test how to create a rails + react application

Back-end application:

Back end

Built With:

  • Ruby & Rails
  • React & Redux

Setup

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

Authors:

👤 Gabriel Fonseca

  • GitHub: GitHub Badge

  • LinkedIn: LinkedIn Badge

🌟 Show your support

Give a ⭐ if you like my project!

📝 License

This project is MIT licensed.