📗 Table of Contents

Hello world API

This is an app that facilitates a React front-end to be connected with a Rails back-end to display a random message..

Frontend Repository

🛠 Built With

Tech Stack

Key Features

  • Random greeting generator 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:

  • Command line or terminal
  • IDE such as VsCode.
  • Rails needs to be installed on your system.

Setup

Clone this repository to your desired folder: Example command:

  git https://github.com/chepkok3/hello-rails-back-end
  cd hello-rails-back-end

Install

Example command:

  cd hello-rails-back-end
  bundle install (install all dependencies)

Usage

API

to get random greetings from the API use the following link:

http://localhost:3000/random_greeting

Frontend

to get random greetings from the frontend follow the follwing steps:

 git clone https://github.com/chepkok3/hello-rails-back-end
 cd hello-react-front-end
 npm install
 npm start

👥 Authors

👤 Stanley Kibor

(back to top)

🔭 Future Features

  • Add jwt 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

  • I would like to thank microverse community for the support and guidance

(back to top)

📝 License

This project is MIT licensed.

(back to top)