Cluab / hello-rails-back-end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Hello Rails API

This is a Rails API that displays a random greeting message.

Table of Contents

Built With

The Hello(API) App was built with:

  • Ruby On Rails
  • PostgreSQL

Front-End Repo

Getting Started

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

Prerequisites

To run this project, you'll need to install:

  • Ruby 2.7.0 or later
  • Rails 6.0 or later
  • PostgreSQL

Installation

  1. Clone this repository to your desired folder:

git clone git@github.com:Cluab/hello-rails-back-end.git

cd hello-rails-react

  1. Install the required gems:

bundle install

  1. Set up the database:

rails db:create

rails db:migrate

Usage

To run the project, execute the following command:

rails s

Deployment

You can deploy this project using:

  • Heroku
  • AWS Elastic Beanstalk
  • Other cloud hosting providers

Authors

👤 Ibrahim Suhail Al-Yousefi

Future Features

  • Show different greetings

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

Show Your Support

Give a ⭐️ if you like this project!

Acknowledgements

  • Microverse for providing the education that inspired this project.
  • RailsGuides for the excellent documentation on Ruby on Rails.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About


Languages

Language:Ruby 98.7%Language:HTML 1.3%