📗 Table of Contents

Greeting App Backend

This app is built using Rails, it generate random greeting feetched from the api.

Frontend Repository

You can find the frontend repository at hello-react-front-end.

Tech Stack

Client
Linter

Key Features

  • Generate random greeting
  • Used Rails for backend
  • Endpoint /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 Ruby, Rails, and postgres installed on your machine.

Setup

Clone this repository to your desired folder:

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

Installation

Install this project with:

  bundle install

database

Create databases and run the migrations with:

  rails db:create
  rails db:migrate
  rails db:seed

Usage

To run the project, execute the following command:

  rails s

(back to top)

✍️ Authors

👤 Billal Chami:

(back to top)

🔭 Future Features

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

If you like this project, please consider giving it a 🌟.

(back to top)

🙏 Acknowledgments

We would like to thank microverse for serving this opprtunity.

(back to top)

📝 License

This project is MIT licensed.

(back to top)