https://github.com/carlosmuerto/hello-rails-back-end
https://github.com/carlosmuerto/hello-rails-back-end
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/carlosmuerto/hello-rails-back-end
- Owner: carlosmuerto
- Created: 2023-01-03T19:46:17.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2023-01-04T16:52:26.000Z (almost 3 years ago)
- Last Synced: 2025-01-25T15:46:27.682Z (8 months ago)
- Language: Ruby
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.Client
RESTFUL API
Server
Database
### 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
```
> 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/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> Write a message to encourage readers to support your project
If you like this project...
> Give credit to everyone who inspired your codebase.
I would like to thank...
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._