Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/munyabelden/hello-rails-back-end
https://github.com/munyabelden/hello-rails-back-end
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/munyabelden/hello-rails-back-end
- Owner: Munyabelden
- Created: 2023-07-18T10:34:44.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-07-18T19:25:08.000Z (over 1 year ago)
- Last Synced: 2023-08-02T02:04:00.775Z (over 1 year ago)
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello rails back end
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)**[Hello rails back end]** is a rails app containing an api that generates random greetings.
## [Link to the React-Front-End repo](https://github.com/Munyabelden/hello-react-front-end/tree/feature/connect_api)
Ruby on Rails
- **[Selects a random greeting from the table]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Install Ruby
- Install Rails
- Install Postgresql
### Setup
Clone this repository to your desired folder:
```sh
cd hello-rails-back-end
git clone https://github.com/Munyabelden/hello-react-front-end.git
```
### Install
Install this project with:
```sh
cd hello-rails-back-end
bundle install
```
```sh
gem install --no-document rubocop -v '>= 1.0, < 2.0'
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
rubocop --color
```
👤 **Belden Mugauri**
- GitHub: [@githubhandle](https://github.com/Munyabelden/)
- Twitter: [@twitterhandle](https://twitter.com/munyaradzi045)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/munyaradzi-mugauri-828a7b24a/)
- [ ] **[Implement greeting in different languages]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Munyabelden/hello-react-front-end/issues).
If you like this project please show support by staring ⭐️.
* I would like to give Microverse my sincerest gratitude for accommodating me in the Full-time Software Development program.
This project is [MIT](https://github.com/Munyabelden/hello-rails-back-end/blob/main/LICENSE) licensed.