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-back-end

This is a simple backend that serves a random greeting
https://github.com/estete9/hello-rails-back-end

Last synced: 22 days ago
JSON representation

This is a simple backend that serves a random greeting

Awesome Lists containing this project

README

        



Hello Rails Backend API


# 📗 Table of Contents

<<<<<<< HEAD
- [📗 Table of Contents](#-table-of-contents-)
- [📖 Hello Rails Backend API](#-backend-project-)
- [📖 Hello Rails Frontend](#-frontend-project-)
=======
<<<<<<< HEAD
- [📗 Table of Contents](#-table-of-contents-)
- [📖 Hello Rails Backend API](#-backend-project-)
- [📖 Hello Rails Frontend](#-frontend-project-)
=======
- [📗 Table of Contents](#-table-of-contents)
- [📖 Hello Rails Backend API](#-recipe-app-)
- [📖 Hello Rails Frontend](#-recipe-app-)
>>>>>>> 318bf8c9f3839359ae71dce1f196fd810d46cd74
>>>>>>> 04120c29172c33cedc43702e0856309db0b67a5e
- [🛠 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 Backend API

The **Hello Rails Backend API** is a simple backend that serves a random greeting

## 🛠 Built With

- Ruby v3.2.2
- Rails v7.1.2
- Postgresql v14.9

### Tech Stack

Language

Server

Database

### Key Features

- [Api endpoint exposure]

(back to top)

# 📖 Hello Rails Frontend (required)

Please clone this [frontend repo](https://github.com/Estete9/hello-react-front-end.git)

## 💻 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

Have the Frontend repo [hello-react-front-end](https://github.com/Estete9/hello-rails-back-end.git) cloned.

install Rails

```gem install rails```

### Setup

Clone this repository to your desired folder:

```git clone https://github.com/Estete9/hello-rails-back-end.git```
--->

### Install

Install this project with:

```bundle install```

```rails db:setup```

```rails db:migrate```

```rails db:seed```

### Usage

To run the project, execute the following command:

```rails server```

### Run tests

To run tests, run the following command:

Example command:

```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 create action]**
- [ ] **[Add destroy action]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Estete9/hello-rails-back-end.git/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)