Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gh-reza/hello-rails-back-end
- Owner: Gh-Reza
- License: mit
- Created: 2023-11-29T15:19:00.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-11-30T11:55:27.000Z (about 1 year ago)
- Last Synced: 2024-12-30T13:37:06.206Z (28 days ago)
- Language: Ruby
- Size: 34.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** is a Ruby on Rails API that provides a random greeting to the front end application.
[Link to Front End](https://github.com/Gh-Reza/hello-react-front-end)
Technologies
Linters
- Rubocop
- [x] **Random Greetings**
- [x] **local API**
- [x] **Ruby on Rails and React Integration**
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
```
👤 **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)
- [ ] **Personalized Greetings**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Gh-Reza/hello_rails_back_end/issues).
Give a ⭐️ if you like this project!
I would like to thank Microverse for this learning opportunity.
This project is licensed under the MIT License - you can click here to have more details [MIT](LICENSE).