Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/munyabelden/hello-rails-back-end


https://github.com/munyabelden/hello-rails-back-end

Last synced: 17 days ago
JSON representation

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]

**[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)

## 🛠 Built With

### Tech Stack

Ruby on Rails

### Key Features

- **[Selects a random greeting from the table]**

(back to top)

## 💻 Getting Started

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
```

(back to top)

## 👥 Authors

👤 **Belden Mugauri**

- GitHub: [@githubhandle](https://github.com/Munyabelden/)
- Twitter: [@twitterhandle](https://twitter.com/munyaradzi045)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/munyaradzi-mugauri-828a7b24a/)

(back to top)

## 🔭 Future Features

- [ ] **[Implement greeting in different languages]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Munyabelden/hello-react-front-end/issues).

(back to top)

## ⭐️ Show your support

If you like this project please show support by staring ⭐️.

(back to top)

## 🙏 Acknowledgments

* I would like to give Microverse my sincerest gratitude for accommodating me in the Full-time Software Development program.

(back to top)

## 📝 License

This project is [MIT](https://github.com/Munyabelden/hello-rails-back-end/blob/main/LICENSE) licensed.

(back to top)