Hello Rails React
This is a React-Rails app that displays the random greeting using API.
- Ruby on Rails
- React
- Redux
- PostgreSQL
To get a local copy up and running follow these simple example steps.
- Clone or download this repo on your machine
- Enter project directory
- Run
npm install
to install dependencies - Run
install bundle
to install dependencies - Run
rails db:create
to create a database - Run
rails db:migrate
to create a migrations - Run
rails db:seed
to add data to the database
Run rails s
to run the server and open localhost:3000
in browser
Run bundle exec rspec
to run tests
👤 Onesis Olea
- Github: 2bleO
- Linkedin: Onesis Olea
- Twitter: @OleaOnesis
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!