Skip to content

Latest commit

 

History

History
134 lines (87 loc) · 3.46 KB

README.md

File metadata and controls

134 lines (87 loc) · 3.46 KB


Hello Rails Front-End

📗 Table of Contents

📖 Hello Rails Frontend

Hello Rails Front-end is an tutorial for creating a Rails API with React Front-end. This project is a part of the Microverse curriculum. The goal is to create a Rails API and React Front-end that will display a random greeting from the database.

🛠 Built With

This app is build with Ruby on Rails and Postgresql.

Tech Stack

  • React
  • Redux
  • Key Features

    • User can create a See a random Greeting

    (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 Node
    • Install create-react-app

    Back-End

    Here is the Back-End of the app.

    Setup

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

    Install

    • Install this project with:
     npm install
     npm run start

    (back to top)

    👥 Authors

    👤 Lucas Erkana

    (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)