https://github.com/getssh/hello-rails-back-end
https://github.com/getssh/hello-rails-back-end
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/getssh/hello-rails-back-end
- Owner: getssh
- License: mit
- Created: 2023-07-28T09:37:17.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-29T11:14:43.000Z (almost 3 years ago)
- Last Synced: 2025-02-21T19:44:02.261Z (over 1 year ago)
- Language: Ruby
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Rails Back End ](#-rails-back-end-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
**Rails back end** A simple back end application that build with Ruby on Rails Framework. It creates random gretting message from database and make is ready as an API endpoit.
**Front End React APPLication Link**
Front end React
Client
- N/A
Server
- Ruby on Rails
Database
- Postgresql
- **Intergrate rails with react**
- **Simple UI**
- **Beautiful Design**
To get a local copy up and running, follow these steps.
### Setup
Clone the repo into your local machine:
```bash
git clone https://github.com/getssh/hello-rails-back-end
```
### Prerequisites
In order to run this project you need to:
- Install [Git](https://git-scm.com/)
- Install [Ruby](https://rubyinstaller.org/)
- Install [Rails](https://rubyonrails.org/)
### Install
To install the dependencies run the following command
```bash
bundle install
```
### Usage
To start the project execute this command
Please run rails on port 3001 seince port 3000 will be used by react
```bash
rais s -p 3001
```
### Run tests
To run the tests execute this command
```bash
rspec spec/
```
👨💻 **Getayawkal Tamrat**
- GitHub: [@getssh](https://github.com/getssh)
- Twitter: [@GetayawkalT](https://twitter.com/GetayawkalT)
- LinkedIn: [@getayawkal-tamrat](https://www.linkedin.com/in/getayawkal-tamrat/)
- **Animations** :eyes:
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project leave a start for it.
I would like to thank Microverse for helping me in my journey to become a Fullstack developer 🌹
This project is [MIT](./LICENSE) licensed.