Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meryemsanem/hello-rails-react
https://github.com/meryemsanem/hello-rails-react
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/meryemsanem/hello-rails-react
- Owner: meryemsanem
- License: mit
- Created: 2023-10-30T10:04:25.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-31T08:10:34.000Z (about 1 year ago)
- Last Synced: 2024-12-20T23:22:59.210Z (about 1 month ago)
- Language: Ruby
- Size: 311 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
- [📖 Hello Rails React](#-about-project)
- [🛠 Built With](#-built-with)
- [🌟 Key Features](#-key-features)
- [💻 Getting Started](#-getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [👥 Authors](#-authors)
- [🔭 Future Features](#-future-features)
- [🤝 Contributing](#-contributing)
- [⭐️ Show Your Support](#️-show-your-support)
- [🙏 Acknowledgments](#-acknowledgments)
- [📝 License](#-license)**Hello Rails React** is a full-stack web application powered by Ruby on Rails for the backend and React for the frontend. It displays a random greeting from the collection of greetings.
- [Ruby on Rails](https://rubyonrails.org) - A powerful web application framework.
- [PostgreSQL](https://www.postgresql.org) - An open-source relational database.
- [Bundler](https://bundler.io) - A tool for managing Ruby gem dependencies.- **Random Greetings:** The app displays random greetings from a collection of messages.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project, you need to have the following installed:
- **Rails:** Ensure you have Ruby on Rails installed. You can find installation instructions at [Ruby on Rails](https://rubyonrails.org/).
- **PostgreSQL:** This project uses PostgreSQL as the relational database. If you don't have it, you can download it from [PostgreSQL](https://www.postgresql.org/download/).
- **Bundler:** Bundler is a tool for managing Ruby gem dependencies. Install it by running gem install bundler if you don't already have it.
- **React:** React is a JavaScript library used for building the frontend of the application. You can learn more about React at [React](https://reactjs.org/).
- **Webpack:** Webpack is a module bundler for JavaScript and other files. It's used to bundle and optimize the frontend assets. You can find more information about Webpack at [Webpack](https://webpack.js.org/).
- **Yarn:** Yarn is a package manager for JavaScript. You can install Yarn by following the instructions at [Yarn](https://classic.yarnpkg.com/en/docs/install/).
- **Redux:** Redux is a state management library used for managing application state in the frontend. You can learn more about Redux at [Redux](https://redux.js.org/).
### Setup
Clone this repository to your desired folder:
```bash
git clone https://github.com/meryemsanem/hello-rails-react.git
```### Install
Install this project with:
```bash
cd hello-rails-react
bundle install
```it will install the required gemfile for running the project
👤 **Meryem Sanem Küçükbayram**
- GitHub: [Meryem Sanem Küçükbayram](https://github.com/meryemsanem)
- LinkedIn: [Meryem Sanem Küçükbayram](https://www.linkedin.com/in/meryemsanemkucukbayram/)- **Styling**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/meryemsanem/hello-rails-react/issues).
If you find this project helpful or interesting, star this repository on GitHub to let me know you like the project. ⭐️
I would like to thank Microverse.
This project is [MIT](./LICENSE) licensed.