AlexRS90 / hello-rails-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello Rails & React

API built with Ruby on Rails, Front-end developed with React and Redux

Built With

  • Ruby On Rails
  • React
  • Redux

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

Open your termnial and run the following command:

git clone https://github.com/AlexRS90/hello-rails-react.git

  • cd recipe-app
  • git checkout rails-react-app
  • bundle install
  • rails db:create
  • rails db:migrate
  • rails db: seed
  • rails s

Open your browser and type the following URL http://127.0.0.1:3000/

Finally you can see 5 random messages, to change it just refresh your browser. Enjoy!

Prerequisites

  • Ruby
  • Terminal

Author

👤 Alejandro Ramos

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

License:MIT License


Languages

Language:Ruby 64.2%Language:JavaScript 19.6%Language:HTML 14.4%Language:CSS 1.8%