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

https://github.com/carlosmuerto/hello-rails-back-end


https://github.com/carlosmuerto/hello-rails-back-end

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          


"Hello world" project app with tow Repe (backend)




"Hello world" project app with tow Repe (frontend)


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 "Hello world" project app with tow Repe (backend)

> Describe your project in 1 or 2 sentences.
**"Hello world" project app with tow Repe (backend)** is a Implement a connection between a Ruby on Rails back-end and React front-end.

## 🛠 Built With

### Tech Stack

Client


    RESTFUL API

Server

Database

## 💻 Getting Started

### Prerequisites

In order to run this project you need:
ruby and ruby on rails

Example command:
```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

Example commands:
```sh
cd my-folder
git clone https://github.com/carlosmuerto/hello-rails-back-end
```

### Install

Install this project with:

Example command:
```sh
cd hello-rails-back-end
bundle install
```

### Usage

To run the project, execute the following command:

Example command:
```sh
rails s
```

(back to top)

## 👥 Authors

> Mention all of the collaborators of this project.

👤 Carlos Vivas

- GitHub: [@carlosmuerto](https://github.com/carlosmuerto)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/carlos-vivas-818ab831/)

(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

> Write a message to encourage readers to support your project
If you like this project...

(back to top)

## 🙏 Acknowledgments

> Give credit to everyone who inspired your codebase.
I would like to thank...

(back to top)

## 📝 License

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

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)