https://github.com/faranoshamini/hello_rails_react
https://github.com/faranoshamini/hello_rails_react
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/faranoshamini/hello_rails_react
- Owner: FaranoshAmini
- License: mit
- Created: 2023-11-03T20:15:51.000Z (over 1 year ago)
- Default Branch: Development
- Last Pushed: 2023-11-11T17:35:01.000Z (over 1 year ago)
- Last Synced: 2025-02-04T14:48:00.197Z (4 months ago)
- Language: Ruby
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hello Rails React
# 📗 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)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)**[Hello_React_Rails]** is a Hello world project to learn about React with rails configuration.
Client
Server
Database
- **[View Random recipes]**
- **[Navigate through application]**
- **[View new messages on refresh]**
> Demo not available
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Rails
- Node Package Manager
- Version Control System
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:myaccount/hello-rails-react.git
```
### Install
Install this project with:
```sh
cd my-project
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
rails test test/models/article_test.rb
```
### Deployment
You can deploy this project using:
Deployment not available yet.
👤 **Faranosh Amini**
- GitHub: [FaranoshAmini](https://github.com/FaranoshAmini)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/faranosh-amini/)
- Twitter: [Twitter](https://twitter.com/Faranosh_Amini)
- [ ] **[Displaying_more_messages]**
- [ ] **[Refreshing_messages]**
- [ ] **[Adding_custom_messages]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> Write a message to encourage readers to support your project
If you like this project feel free to support.
> Give credit to everyone who inspired your codebase.
I would like to thank Microverse team for providing linters config files.
This project is [MIT](./LICENSE) licensed.