admirerbrown / hello-rails-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


HELLO RAILS REACT APP

πŸ“— Table of Contents

πŸ“– Hello Rails React

Hello Rails React is an tutorial for react and rails in a single project.

πŸ›  Built With

This app is build with Ruby on Rails and Postgresql.

Tech Stack

  • Ruby
  • Ruby on Rails
  • Postgresql
  • React
  • Redux
  • Key Features

    • A random greeting is displayed every time a request is made to the Api

    (back to top)

    πŸ’» Getting Started

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

    Prerequisites

    In order to run this project you need:

    • Mac or PC
    • Install Ruby
    • Install Rails
    • Install Postgresql
    • Install Yarn
    • Understanding of Ruby

    Setup

    • Clone this repository to your desired folder:
     git clone https://github.com/admirerbrown/hello-rails-react.git
    • Navigate into the cloned folder
     cd hello-rails-react
    

    Install

    • Install this project with:
     bundle install
     yarn install
    • Set up the database Change the username and password of your postgres account in config/database.yml
     rails db:create db:migrate db:seed
    • Start the server
     ./bin/dev

    (back to top)

    πŸ‘₯ Authors

    πŸ‘€ Samuel Kyere

    (back to top)

    🀝 Contributing

    Contributions, issues, and feature requests are welcome!

    Feel free to check the issues page.

    (back to top)

    ⭐️ Show your support

    If you like this project, please leave a ⭐️

    (back to top)

    πŸ™ Acknowledgments

    • I would like to thank Microverse for providing us with reading materials that aided us to during the project development

    (back to top)

    πŸ“ License

    This project is MIT licensed.

    (back to top)

    About

    License:MIT License


    Languages

    Language:Ruby 71.7%Language:HTML 16.9%Language:JavaScript 8.8%Language:CSS 2.1%Language:Shell 0.5%