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.
- Host: GitHub
- URL: https://github.com/techemprez/hello_rails_back_end
- Owner: techEmprez
- License: mit
- Created: 2023-06-09T07:52:31.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-09T16:25:05.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T13:44:17.202Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

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.
- Ruby on Rails
- VSCode
- Rubocop
- PostgreSQLLinters
- StyleLint
- Rubocop
Server
- Ruby
Database
- PostgreSQL
- **Displays different greetings**
Click [here](https://github.com/techEmprez/hello_react_front_end) to access the front end app that was built with react
#Link to HELLO_REACT_FRONT_END
Click [Here](https://github.com/techEmprez/hello_react_front_end/pull/1)
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
```
👤 **Choice Osobor**
- GitHub: [@techEmprez](https://github.com/techEmprez)
- Twitter: [@techemprez](https://twitter.com/techemprez)
- LinkedIn: [Choice Osobor](https://www.linkedin.com/in/choice-osobor/)
- **Displays greetings with the user`s name**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/techEmprez/hello_rails_back_end/issues).
If you like this project kindly give it a star ⭐️
I would like to thank Microverse for the project idea
This project is [MIT](./LICENSE.md) licensed.