zhadier / hello-rails-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello Rails React

"Hello Rails React" is a Full stack practice app to integrate react in the front end and rails in the backend using react-rails gem

Built With

  • React
  • Ruby
  • Rails
  • Postgres

Getting Started

Video Demo

Loom

To launch the project locally:

Step 1:

  • Clone this repo locally using git in the command line and the following command
> git clone git@github.com:zhadier/hello-rails-react.git
  • Then cd into the directory using
> cd hello-rails-react
  • Alternatively, you can just download the complete zip file and extract the folder in your directory

Step 2:

  • In the project directory, you should download all dependencies using:
> bundle install
  • then setup the db using the following command in the CL
> bin/rails db:setup
  • Finally, you can use this command to start the live server and checkout the app!
> bin/rails s

Testing:

To perform tests, run the following command

> bundle exec rspec spec

Authors

πŸ‘€ Zeeshan Haider

🀝 Contributing

Contributions, issues, and feature requests are welcome and highly encouraged! We feel that your input is what helps us grow so you're always Welcome :)

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project! I would love to hear your thoughts and ideas πŸ–€

πŸ“ License

This project is MIT licensed.

About


Languages

Language:Ruby 64.6%Language:JavaScript 19.2%Language:HTML 14.4%Language:CSS 1.8%