README

📗 Table of Contents

📖 Hello Rails (Back-End)

Learn mor about this project below:

Hello Rails (Back-end) is a simple API for that response with 10 different randomly greetings, retrieved from the DB in a JSON format using the endpoint /greetings

You can also check Hello Rails (Front-end) here!

🛠 Built With

Tech Stack

Would You like to learn more about used technologies?

Client
Server
Database

Key Features

Take a look next:

  • Include /greetings end point
  • Display 1 of 10 preloaded greetings from the database

(back to top)

💻 Getting Started

Would you like to use this project?

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

Prerequisites

In order to run this project you need:

Install rails if you have not yet.

 gem install rails

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:Diegogagan2587/hello-rails-back-end.git

Install

Install this project with:

  cd hello-rails-back-end
  gem install

Usage

To run the project, execute the following command:

  rails server
-->

Deployment

If you would like to deploy this project, you might consider use render here is Ruby on rails render's deployment guide

(back to top)

👥 Authors

Let's connect below:

👤 Diego Vidal Lopez

(back to top)

🔭 Future Features

I might implement:

  • Endpoint for Adding a Greeting
  • Endpoint for Removing a Greeting
  • Endpoint for Updating a 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 leave an star :D

(back to top)

🙏 Acknowledgments

Give credit to everyone who inspired your codebase.

I would like to thank to Microverse for proposing this project

(back to top)

📝 License

This project is MIT licensed.

(back to top)