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

https://github.com/kanzatahreem/hello-rails-backend

It is an implementation of a connection between Ruby on Rails and React. Hello Rails Backend handles the backend API, and Hello React Frontend handles the frontend UI to display a random greeting message.
https://github.com/kanzatahreem/hello-rails-backend

api-endpoints backend-app ruby ruby-on-rails

Last synced: 5 months ago
JSON representation

It is an implementation of a connection between Ruby on Rails and React. Hello Rails Backend handles the backend API, and Hello React Frontend handles the frontend UI to display a random greeting message.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Hello Rails Backend ](#-hello-rails-backend-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage ](#usage-)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Hello Rails Backend
**Hello Rails Backend** is an implemention of a connection between Ruby on Rails back-end and React front-end. [Hello Rails Backend](https://github.com/KanzaTahreem/Hello-Rails-Backend) handles the backend API, and [Hello React Frontend](https://github.com/KanzaTahreem/Hello-React-Frontend) handles the frontend UI to display a random greeting message.

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- Display a random greeting message

(back to top)

## 🚀 Live Demo

- N/A

(back to top)

## 💻 Getting Started

### Prerequisites

In order to run this project you need:
- [Ruby on Rails](https://rubyonrails.org/) installed and running. To get more information, read the [installation guide](https://guides.rubyonrails.org/).

- [PostgreSQL](https://www.postgresql.org/) installed and running
### Setup

Clone this repository to your desired folder:

```
git clone [email protected]:KanzaTahreem/Hello-Rails-Backend.git
cd Hello-Rails-Backend
```

### Install

Install thr project dependencies with:

```
bundle install
rails db:create
rails db:migrate
rails db:seed
```

### Usage

To run the project, execute the following command:

```
rails s
```

### Run tests

To run all tests, including unit and integration tests, run the following command:

```
rspec
```

### Deployment

You can deploy this project using:

```
N/A
```

(back to top)

## 👥 Author

👤 **Kanza Tahreem**
- GitHub: [@KanzaTahreem](https://github.com/KanzaTahreem)
- Twitter: [@kanza_tahreem](https://twitter.com/kanza_tahreem)
- LinkedIn: [kanza-tahreem](https://www.linkedin.com/in/kanza-tahreem/)

(back to top)

## 🔭 Future Features

- Add more greeting messages.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/KanzaTahreem/Hello-Rails-Backend/issues).

(back to top)

## ⭐️ Show your support

If you like this project, please give it a star ✨

(back to top)

## 🙏 Acknowledgments

Thank you to microverse for giving me the opportunity to learn and grow as a developer.

(back to top)

## 📝 License

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

(back to top)