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.
- Host: GitHub
- URL: https://github.com/said-laasri/rails_back_end
- Owner: Said-laasri
- License: mit
- Created: 2022-11-22T13:54:43.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-06T12:54:13.000Z (over 3 years ago)
- Last Synced: 2025-03-27T23:29:24.235Z (about 1 year ago)
- Topics: api, postgres, rails, ruby
- Language: Ruby
- Homepage:
- Size: 38.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ** is a simple Api of Ruby on Rails . It allows users to get a random greeting from the backend API.
Client
Server
Database
- **It allows a user to get random greeting**
- Coming soon
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
```
👤 **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/)
- [ ] **It will allow users to record their greeting**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project you can give me a star.
I would like to thank the Microverse curriculum.
This project is [MIT](./MIT.md) licensed.