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

https://github.com/said-laasri/rails_back_end

**Hello Rails ** is a simple Api of Ruby on Rails . It allows users to get a random greeting from the backend API.
https://github.com/said-laasri/rails_back_end

api postgres rails ruby

Last synced: 5 months ago
JSON representation

**Hello Rails ** is a simple Api of Ruby on Rails . It allows users to get a random greeting from the backend API.

Awesome Lists containing this project

README

          


Hello Rails React


## Link to FrontEnd : https://github.com/Said-laasri/react-front-end

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 Hello Rails React

**Hello Rails ** is a simple Api of Ruby on Rails . It allows users to get a random greeting from the backend API.

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **It allows a user to get random greeting**

(back to top)

## 🚀 Live Demo

- Coming soon

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

- Ruby development environment
- Rails
- Node
- npm or yarn

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone git@github.com:amejid/rails_back_end.git
```

### Install

Install this project with:

```sh
cd hello-rails-react
bundle install
yarn install || npm install
```

### Usage

To run the project, execute the following command:

```sh
./bin/dev
```

### Run tests

To run tests, run the following command:

```sh
rspec
```

### Deployment

You can deploy this project using:

```sh
git push heroku main
```

(back to top)

## 👥 Author

👤 **Said laasri**

- GitHub: [@Said-laasri](https://github.com/Said-laasri)
- Twitter: [@saidlaasr](https://twitter.com/saidlaasr)
- LinkedIn: [SAID LAASRI](https://www.linkedin.com/in/said-laasri-8a4367172/)

(back to top)

## 🔭 Future Features

- [ ] **It will allow users to record their greeting**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project you can give me a star.

(back to top)

## 🙏 Acknowledgments

I would like to thank the Microverse curriculum.

(back to top)

## 📝 License

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

(back to top)