Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        



Hello Rails React


# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Hello Rails React](#-recipe-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [Live Demo](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Hello Rails React

The **Hello Rails React** This is a simple app to create a rails-react app with an API endpoint that displays a random greeting.

## 🛠 Built With

- Ruby v3.2.2
- Rails v7.1.2
- Postgresql v14.9
- Webpack
- React
- React Router

### Tech Stack

Language

Server

Database

Frontend

### Key Features

- [Api endpoint exposure]
- [Integration for React]
- [Use of React routes]

(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:

Have a suitable installation of Ruby v3.2.2
Have a suitable installation of Postgresql v15

install Rails
```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

```sh
gh git clone https://github.com/Estete9/recipes-app.git
```
--->

### Install

Install this project with:

```sh
bundle install
rails db:setup
rails db:migrate
rails db:seed
```

### Usage

To run the project, execute the following command:

```sh
rails server
```
Open the following in your web browser `http://localhost:3000`

### Run tests

To run tests, run the following command:

Example command:

```sh
rspec
```

(back to top)

## 👥 Authors

👤 **Esteban Palacios**

- GitHub: [@Estete9](https://github.com/Estete9)
- Twitter: [@NaughTban](https://twitter.com/NaughTban)
- LinkedIn: [Esteban Palacios](https://www.linkedin.com/in/dev-esteban-palacios/)

(back to top)

## 🔭 Future Features

- [ ] **[Add update record feature]**
- [ ] **[Add email confirmation when sign up]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project comment or send it a star

(back to top)

(back to top)

## 📝 License

This project is [MIT](./MIT.md)-licensed.

(back to top)