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

https://github.com/masumajaffery/hello-railsreact

Este proyecto de la escuela de software remota Microverse. Eso contiene RoR con React
https://github.com/masumajaffery/hello-railsreact

react ror webpack

Last synced: 9 months ago
JSON representation

Este proyecto de la escuela de software remota Microverse. Eso contiene RoR con React

Awesome Lists containing this project

README

          


Hello-RailsReact


# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 budget App ](#-Hello-RailsReact-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 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 ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ (OPTIONAL) ](#-faq-optional-)
- [📝 License ](#-license-)

# 📖 Hello-RailsReact

**Hello-RailsReact** contains React and Rails Mechanism

## 🛠 Built With

### Tech Stack

Server

Database

### Key Features

- **Shows Greetings**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.
Note: We are assuming you have pre-installed ruby, WSL, ubuntu and rails!

### Prerequisites

In order to run this project you need:

first at all, install rails:

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git@github.com:MasumaJaffery/Hello-RailsReact.git
```

### Install

Install this project with:

```sh
cd Hello-RailsReact
bundle install
```

Setting up the Data Base:

```sh
rails db:create
rails db:migrate
rails db:seed
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

## 👥 Authors

👤 **Syeda Masuma Fatima**

- GitHub: [@MasumaJaffery](https://github.com/MasumaJaffery)
- Twitter: [@MasumaJaffery](https://twitter.com/MasumaJaffery)
- LinkedIn: [Masuma Jaffery](https://www.linkedin.com/in/masuma-jaffery-797a29256/)

(back to top)

## 🔭 Future Features

- [ ] **API documentation**
- [X] **Model Data**
- [ ] **Controllers Testing**
- [ ] **Models Testing**
- [ ] **View Implementation**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/MasumaJaffery/Hello-RailsReact/issues).

(back to top)

## ⭐️ Show your support

If you like this project feel free to leave an start, as well if you have a suggestion feel free to visit issues page.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for suggestion this project.

(back to top)

## ❓ FAQ (OPTIONAL)

> Learn more about FAQ below:

- **How do I fix Linters errors if I modify the project?**

- for rubocop run

```sh
rubocop -A
```

- for Stylint run:

```sh
npx stylelint "**/*.{css,scss}" --fix
```

(back to top)

## 📝 License

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

(back to top)