Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gh-reza/hello-rails-back-end


https://github.com/gh-reza/hello-rails-back-end

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

hello_rails_back_end

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 hello\_rails\_back\_end ](#-hello_rails_back_end-)
- [💻 link to back end ](#-link-to-back-end-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ (OPTIONAL) ](#-faq-optional-)
- [📝 License ](#-license-)

# 📖 hello_rails_back_end

**hello_rails_back_end** is a Ruby on Rails API that provides a random greeting to the front end application.

## 💻 link to back end

[Link to Front End](https://github.com/Gh-Reza/hello-react-front-end)

(back to top)

## 🛠 Built With

### Tech Stack

Technologies

Linters


  • Rubocop

### Key Features

- [x] **Random Greetings**
- [x] **local API**
- [x] **Ruby on Rails and React Integration**

(back to top)

## 💻 Getting Started

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

### Prerequisites

Before you begin, make sure you have the following prerequisites installed on your system:

- Ruby: You need Ruby to run the Ruby on Rails application.
- Bundler: Bundler is used to manage gem dependencies in your Ruby project.

### Setup

Clone this repository to your desired folder:

```
cd my-folder
git clone https://github.com/Gh-Reza/hello_rails_back_end.git
```

### Install

Install this project with:

```
gem install rails
bundle install
```
### Usage

To run the project, execute the following command:

```
rails server
```

## 👥 Author

👤 **Reza Merzaie**

- GitHub: [Gh-Reza](https://github.com/Gh-Reza)
- Twitter: [Reza](https://twitter.com/RezaMerzaie9)
- LinkedIn: [Reza Merzaie](https://www.linkedin.com/in/reza-merzaie)

(back to top)

## 🔭 Future Features

- [ ] **Personalized Greetings**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Gh-Reza/hello_rails_back_end/issues).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for this learning opportunity.

(back to top)

## 📝 License

This project is licensed under the MIT License - you can click here to have more details [MIT](LICENSE).

(back to top)