/hello-rails-react

Implement a connection between a Ruby on Rails back-end and React front-end.

Primary LanguageRubyMIT LicenseMIT

Hello Rails React

Implement a connection between a Ruby on Rails back-end and React front-end.

Built With

  • Ruby
  • Rails
  • SQL
  • React
  • Redux
  • Webpack

Getting Started

To get a local copy up and running follow these simple example steps.

  • Run this command in your OS terminal to get a copy of the project:

    git clone git@github.com:marilirulita/hello-rails-react.git
    
  • Open the folder project from your code editor using:

    cd blog_app
    
  • Run the following commands:

    To install all gems package in your system:

    bundle install
    

    To create a database for the project in your system:

    rails db:create
    

    To add migrations for the project in your system:

    rails db:migrate
    

    To start the project:

    ./bin/dev 
    
  • To see your application in action, open a browser window and navigate to http://localhost:3000.

Prerequisites

  • Code Editor
  • Ruby
  • SQLite3
  • Node
  • Yarn
  • PostgreSQL

Authors

👤 Mar Bautista

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.