Hello-rails-react app

Greetings app is a web application where you can be greeted in 8 different languages.

Getting Started

To run the project locally, copy up and running follow these simple example steps :

  • First of all make sure you have both Ruby & Rails installed in your machine (else You can install Rails just with this simple command gem install rails)
  • clone the project with the following command line :
$ git clone git@github.com:JbirdL86/hello-rails-react.git
  • Then go to the right folder
$ cd hello-rails-react
$ bundle

and run to install npm package

$ npm install

make sure the database is up and running.

$ rails db:create

When you will add migration file then, you can add command like

$ rails db:migrate

run the db/seed.rb file

$ rails db:seed

Built With

  • Ruby on RAils
  • PostgreSQL
  • React
  • Redux
  • Bootstrap
  • HTML/CSS

Authors

👤 Juan Gonzalez

🤝 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

  • Microverse program ⚡
  • My standup team 😍
  • MicroBros 😜

📝 License

This project is MIT licensed.