Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: about 1 month ago
JSON representation

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)
- [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](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 Hello React Rails

**Hello React Rails** is an app that combines the React as frontend and Ruby on Rails as the backend of an application.

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **Combine react & rails**
- **Random Greetings Messages**
- **Different URL**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

Example command:

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

Example commands:

```sh
cd my-folder
git clone [email protected]:sumon766/hello-react-rails.git
```
-

### Install

Install this project with:

Example command:

```sh
cd my-project
gem install
```
-

### Usage

To run the project, execute the following command:

Example command:

```sh
bundle exec rails server

OR

./bin/dev
```

(back to top)

## 👥 Authors

👤 **Mursedul Islam Sumon**

- GitHub: [@githubhandle](https://github.com/sumon766)
- Twitter: [@twitterhandle](https://twitter.com/sumon766)
- LinkedIn: [LinkedIn](https://linkedin.com/in/sumon766)

(back to top)

## 🔭 Future Features

- [ ] **User registration & login system**
- [ ] **Navigation bar for different page accesses**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project please give me a star.

(back to top)

## 🙏 Acknowledgments

I would like to thank microverse for giving idea of building this project.

(back to top)

## 📝 License

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

(back to top)