An open API service indexing awesome lists of open source software.

https://github.com/aliatayee/hello-rails-react

This is a basic greeting app which has been built with rails as backend and react as frontend.
https://github.com/aliatayee/hello-rails-react

rails rails-react react redux

Last synced: about 2 months ago
JSON representation

This is a basic greeting app which has been built with rails as backend and react as frontend.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Ali-Atayee-yellow?labelColor=black)

# Hello Rails React

> This is a basic greeting app which has been built with rails as backend and react as frontend.

## Major Technologies
- [ ] Ruby on Rails
- [ ] Postgresql
- [ ] React

### Install & Setup

To setup and install this sample AlFa Blog project, follow the below steps:
- Clone this project by the command:
```
git clone https://github.com/aliatayee/hello-rails-react
```

- Then switch to the project folder by the bellow query:

```
cd hello-rails-react
```

- Install the required dependecies with:
```
bundle install
```
- Install npm dependencies with:
```
yarn install
```
- Before running below commands update [config/database.yml](./config/database.yml) with your local `DB`credentials. Then run:
```
rake db:create
```
```
rake db:migrate
```
```
rake db:seed
```

- With Ruby on Rails and PostgreSQL installed in your environment, you can run `rails server` to run the website.

### Prerequisites

- IDE to edit and run the code (We use Visual Studio Code 🔥).
- Git to versionning your work.
- Postgresql
- Node installed

### Authors
👤 **Ali**

- GitHub: [@aliatayee](https://github.com/aliatayee)
- Twitter: [@aqaatayee](https://twitter.com/aqaatayee)
- LinkedIn: [@aliatayee](https://www.linkedin.com/in/aliatayee/)

## 🤝 Contributing
Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support
Give a ⭐️ if you like this project!

## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc