https://github.com/progress2002/hello-rails-react
https://github.com/progress2002/hello-rails-react
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/progress2002/hello-rails-react
- Owner: Progress2002
- License: mit
- Created: 2023-07-11T22:12:18.000Z (almost 3 years ago)
- Default Branch: Dev
- Last Pushed: 2023-07-11T23:36:54.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T05:49:28.181Z (over 1 year ago)
- Language: Ruby
- Size: 19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
It is a simple web application demonstrating use of React with Rails.
Client
- React
Server
- Ruby-on-Rails
Database
- Postgres
- Fetch and dispay greetings from API
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need: any web-browser.
### Setup
Clone this project to your desired folder.
```
git clone https://github.com/Progress2002/hello-rails-react.git
```
### Install
Run from a terminal
```
cd hello-rails-react
yarn install
bundle install
```
### Usage
**To run the project follow the following instruction:-**
```
rails db:drop
rails db:create
rails assets:precompile
rails db:migrate
./bin/dev
```
👤 **Progress**
- GitHub: [@Progress2002](https://github.com/Progress2002)
- Twitter: [@Progress_2002](https://twitter.com/Progress_2002)
- LinkedIn: [@Progress](https://www.linkedin.com/in/progress-ezeamaka-27b114247)
- Frontend Mentor - [@Progress2002](https://www.frontendmentor.io/profile/progress2002)
- [ ] Add more routes to the application
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Progress2002/hello-rails-react/issues).
If you like this project give a ⭐️.
All thanks to Microverse for providing guidance for this project.
This project is [MIT](https://github.com/Progress2002/hello-rails-react/blob/random-greeting/LICENSE) licensed.