📗 Table of Contents

📖 HELLO RAILS BACK END

A rails app with API endpoints that returns random greetings.

Key Features

  • Stores Different greetings in the database
  • Expose an API endpoint that retuens random greetings

(back to top)

LINK TO REACT FRONT END REACT FRONT END APP

💻 Getting Started

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

Prerequisites

In order to run this project you need:

 gem install rails

Setup

Clone this repository to your desired folder:

 git clone https://github.com/linushaddai99/hello-rails-back-end.git

Install

Install this project with:

  cd hello-rails-back-end
  bundle install
  Setup database credentials
  config/database.yml

Usage

To run the project, execute the following command:

Bundle Install
rails s

Run tests

To run tests, run the following command:

rspec spec --format documentation

👥 Authors

👤 Linus Shaddai

(back to top)

🔭 Future Features

  • Add a new greeting
  • Select language to get greeting

(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 give it a ⭐️

(back to top)

🙏 Acknowledgments

Thanks @microverse

(back to top)

📝 License

This project is MIT licensed.

(back to top)