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

https://github.com/reem-lab/hello-rails-react


https://github.com/reem-lab/hello-rails-react

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)
![](https://img.shields.io/static/v1?label=BY&message=Reemoz&color=pink)

# Hello Rails React APP

> A simple App with rails and react.js to print Random of greeting so whatever you refresg you can see Greetings for you

## Video Demo

https://user-images.githubusercontent.com/58553711/171527599-84409b19-a398-4fa2-a6c6-f9cd9f0b3d6a.mp4

## Built With

- Ruby
- Ruby on Rails
- RSpec, PostgreSQL
- React.js
- Redux

## Configuration

To use this project you first need to have installed the following:

+ Node.js
+ Ruby
+ PostgreSQL
+ Rails

* Ruby version

The version of ruby that is needed for this project is

+ 3.1.1

Once you have installed them, you need to use the following command to clone the repository:

```
git clone git@github.com:Reem-lab/budget-app.git
```

### Database creation

Next, use this command to create the databases:
```
rails db:create
```

To run the seeds file

```
rails db:seed
```

## Usage

Finally, use the following command to initialize the live server:

```
rails s
```

```

open on your browser "localhost:3000"
```

## Authors

👤 **Reem Janina**

Platform | Badge |
--- | --- |
**GitHub** | [@Reem-lab](https://github.com/Reem-lab)
**Twitter** | [Rem79940127](https://twitter.com/Rem79940127)
**LinkdIn** | [reem-janina](https://www.linkedin.com/in/reem-janina-ab74ab21a/)

## 🤝 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

## 📝 License

This project is [MIT](./LICENSE) licensed.