Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danifromecuador/hello-rails-front-end

Some description
https://github.com/danifromecuador/hello-rails-front-end

Last synced: 10 days ago
JSON representation

Some description

Awesome Lists containing this project

README

        


Hello Rails Front-End

# 📗 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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Hello Rails Back-End

**Hello Rails Back-End** is my first attempt to integrate backend and frontend using two separated projects, one for the backend and one for the frontend. The backend will provide an endpoint of a random greeting and the frontend will display it using React Redux for it.

Link to the back end repository: [back-end](https://github.com/danifromecuador/hello-rails-backend/pull/1)

## 🛠 Built With

### Tech Stack

Server

Database



Client

### Key Features
- **The backend is built with Ruby on Rails**
- **The frontend uses Redux to call the API**

(back to top)

## 💻 Getting Started

### Prerequisites

In order to run this project you need:

- Install Git
- You can use your favorite CLI and code editor.
### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:danifromecuador/hello-rails-front-end.git
```

### Install

Install this project with:

```sh
cd hello-rails-front-end
npm install
npm run dev
```

### Usage

To run the project, execute the following command:

```sh
rails s
```
Your project should be displayed automatically on your web browser on this port: http://localhost:5173/, if don't open it manually.

(back to top)

## 👥 Authors

👤 **Dani Morillo**

- GitHub: [@danifromecuador](https://github.com/danifromecuador)
- Twitter: [@danifromecuador](https://twitter.com/danimorilloc)
- LinkedIn: [danielfromecuador](https://www.linkedin.com/in/danielfromecuador/)

(back to top)

## 🔭 Future Features

- **Some basic style will be added**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/danifromecuador/hello-rails-front-end).

(back to top)

## ⭐️ Show your support

If you like this project give me a star on my [GitHub Repo](https://github.com/danifromecuador/hello-rails-front-end)

(back to top)

## 🙏 Acknowledgments
I want to thanks to the rails development team [link](https://rubyonrails.org/)

(back to top)

## 📝 License

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

(back to top)