/Hello-Rails-Backend

A demo app that set up as an API endpoint for a React app to manage server-side of application running on both Ruby-on-Rails and React. The app display a ramdom message from the server using React component.

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 Hello Rails Backend

Hello Rails Backend is a demo app that set up as an API endpoint for a React app to manage server-side of application running on both Ruby-on-Rails and React. The app display a ramdom message from the server using React component

🛠 Built With

Tech Stack

Here are the tech stacks applied in this project.

Language
Framework
Database
Linters
Markup Languages
Test Library

(back to top)

Key Features

The following a key features of the app

  • Created messages table with five(5) greeting messages
  • Created API endpoints for getting random messages

(back to top)

💻 Getting Started

Prerequisites

The following applications are required to be installed for the project to run!

Setup

Clone this repository to your desired folder:

  git clone git@github.com:PraisesPJMT/React-on-Rails.git
  cd React-on-Rails

Install

Install this project with:

  gem install bundler
  bundle install

Usage

To run the project, execute the following command:

  rails db:prepare
  rails db:seed
  rails server

(back to top)

👥 Authors

👤 Praises Tula

GitHub LinkedIn Twitter

Gmail AngelList

(back to top)

🔭 Future Features

The following are features to be expected in the future

  • More API endpoints
  • API request authentication

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

(back to top)

📝 License

This project is MIT licensed.