/Rails-Ract-Hello-World

This is a simple project that combines Ruby On Rails with React

Primary LanguageRubyMIT LicenseMIT

Budget-App

This is a simple web application where we combine Rails with React using Webpack with jsbundling-rails gem.

Built With

Install & Setup

To setup and install this sample AlFa Blog project, follow the below steps:

  • Clone this project by the command:

    git clone https://github.com/Terbeche/Rails-Ract-Hello-World.git
    
  • Then switch to the project folder by the bellow query:

    cd Rails-Ract-Hello-World
    
  • Install the required dependecies with:

    bundle install
    
  • Install yarn dependencies with:

    yarn install
    
  • Before running below commands update config/database.yml with your local DBcredentials. Then run:

    rake db:create
    
    rake db:migrate
    
  • With Ruby on Rails and PostgreSQL installed in your environment, you can run rails server to run the website.

Tests

  • Run bundle install
  • Run bundle exec rspec spec

Prerequisites

  • IDE to edit and run the code (We use Visual Studio Code 🔥).
  • Git to versionning your work.
  • Postgresql

Author

👤 Terbeche Mostefa

🤝 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!

📝 License

This project is MIT licensed.