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

https://github.com/techemprez/hello_rails_back_end

This project is to implement a connection between a Ruby on Rails back-end and React front-end.
https://github.com/techemprez/hello_rails_back_end

Last synced: about 1 month ago
JSON representation

This project is to implement a connection between a Ruby on Rails back-end and React front-end.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/techEmprez--black?labelColor=purple)


Hello Rails Back End


# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Hello Rails Back End](#-hello-rails-back-end)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [Front End app ](#front-end-app-)
- [💻 Getting Started ](#-getting-started-)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Hello Rails Back End

**Hello Rails Back End** is a project about building an API endpoint using Rails which generates random greetings.

## 🛠 Built With

- Ruby on Rails
- VSCode
- Rubocop
- PostgreSQL

### Tech Stack

Linters


  • StyleLint

  • Rubocop

Server


  • Ruby

Database


  • PostgreSQL

### Key Features

- **Displays different greetings**

(back to top)

### Front End app

Click [here](https://github.com/techEmprez/hello_react_front_end) to access the front end app that was built with react

(back to top)

#Link to HELLO_REACT_FRONT_END
Click [Here](https://github.com/techEmprez/hello_react_front_end/pull/1)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Setup

Clone this repository to your desired folder:

```sh
cd PATH
git clone https://github.com/techEmprez/hello_rails_back_end.git
```

### Install

Install this project with:

```sh
cd hello_rails_back_end
gem install
```

### Usage

To run the project, execute the following command:

```sh
rails db:create
rails db:migrate
rails db:seed
rails server
```

### Run tests

To run tests, run the following command:

```sh
rails db:create
rails db:migrate
rails db:seed
```

(back to top)

## 👥 Author

👤 **Choice Osobor**

- GitHub: [@techEmprez](https://github.com/techEmprez)
- Twitter: [@techemprez](https://twitter.com/techemprez)
- LinkedIn: [Choice Osobor](https://www.linkedin.com/in/choice-osobor/)

(back to top)

## 🔭 Future Features

- **Displays greetings with the user`s name**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/techEmprez/hello_rails_back_end/issues).

(back to top)

## ⭐️ Show your support

If you like this project kindly give it a star ⭐️

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for the project idea

(back to top)

## 📝 License

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

(back to top)