Hello React Frontend

📗 Table of Contents

📖 Hello React Frontend

Hello Rails Backend is an illustrative example of a straightforward API, showcasing the development of a full-stack web application. It combines a frontend built with React JS and a backend implemented in Ruby on Rails, each residing in separate repositorie

🛠 Built With

Tech Stack

Server
  • Ruby
  • Ruby on Rails
  • Database
  • PostgreSQL
  • Key Features

    Key features of the application.

    • Provides an API endpoint that returns a random greeting

    (back to top)

    Frontend Link

    The frontend of this Application can be found in this repository

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

        rails > 7.2
    

    Setup

    Clone this repository to your desired folder:

      git clone https://github.com/Chimoneg27/hello-rails-back-end.git
    
      cd hello-rails-back-end
    
      rails s

    Usage

    to use this project: First setup your database

      default: &default
        adapter: postgresql
        encoding: unicode
        pool: 5
        username: [your_username]
        password: [your_password]
        host: localhost
    
      development:
        <<: *default
        database: [your_database_for_development]
    
      test:
        <<: *default
        database: [your_database_for_test]
    
      production:
        <<: *default
        database: [your_database_for_production]
    
    

    Then run the server

    rails s
    
    

    it will run the server on localhost:3000

    (back to top)

    👥 Authors

    👤 Garvin Chimone

    (back to top)

    🔭 Future Features

    No Features will be added to the project.

    (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, show your support by giving the project a star ⭐️, thanks in advance.

    (back to top)

    🙏 Acknowledgments

    I would like to thank Microverse for including this in their curriculum.

    (back to top)

    📝 License

    This project is MIT licensed.

    (back to top)