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

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


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

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Hello rails backend

## 📗 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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 Hello rails backend

> This is an API that generates a random greeting. The API is consumed by this [React front-end](https://github.com/Timbar09/hello-react-front-end) app.

## 🛠 Built With

### Tech Stack

Server

Database


### Key Features

- **Generate a random greeting**

> The app is able to generate random greeting.

(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:

- A text editor.
- To install [Ruby](https://www.ruby-lang.org/en/documentation/installation/).
- To install [Ruby on Rails](https://rubyonrails.org/).
- To install [PostgreSQL](https://www.postgresql.org/).

### Setup

Clone this repository to your desired folder:

```
cd hello-rails-react
git clone https://github.com/Timbar09/hello-rails-back-end.git
```

### Install

Install this project with:

```
cd hello-rails-react
bundle install
```

### Usage

To run the project, execute the following command:

```
rails s
```

(back to top)

## 👥 Authors

| 👤 Author | GitHub | Twitter | LinkedIn |
| :----------- | :--------------------------------------- | :-------------------------------------- | :------------------------------------------------------------ |
| Miles Mosweu | [@Timbar09](https://github.com/Timbar09) | [@Milez09](https://twitter.com/Milez09) | [@miles-mosweu09](https://www.linkedin.com/in/miles-mosweu09) |

(back to top)

## 🔭 Future Features

[ ] **Multilingual Support**

> Implement a feature that enables users to receive greetings in different languages.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/stephenkati/hello-rails-back-end/issues).

(back to top)

## ⭐️ Show your support

If you like this project, give it a ⭐️ and let me know what you like in particular.

(back to top)

## 🙏 Acknowledgments

I would like to thank the microverse community for the useful content.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)