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

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

Created an API endpoint that selects a random greeting from Messages table
https://github.com/juandbta/hello-rails-back-end

Last synced: 3 months ago
JSON representation

Created an API endpoint that selects a random greeting from Messages table

Awesome Lists containing this project

README

        

"Hello world" BACK 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)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 ["Hello world" BACK END]
Created an API endpoint that selects a random greeting from Messages table.

Here is the link to my [REACT Front End App](https://github.com/JuanDBta/hello-react-front-end)

## 🛠 Built With

1- Ruby 3.2.2

2- Rails 7.0.7.2

3- PostgreSQL

4- Gitflow

5- Rubocop

### Tech Stack

Client

Ruby

Rails

Database

### Key Features

- **[Set up the repository and tools]**
- **[Setup RAILS APP]**
- **[Created API endpoint]**

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

Web Browser (Chrome recommended)

Code editor (VS recommended)

GitHub account

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone "https://github.com/JuanDBta/hello-rails-react.git"
```
### Install

Go to your /hello-rails-react folder:

```sh
cd hello-rails-react
bundle install
bin/rails db:seed
```

### Usage

```sh
rails server
```

## 👥 Authors

👤 **Micronaut JUAN DAVID DIAZ**

- GitHub: [@JuanDBta](https://github.com/JuanDBta)
- Twitter: [@simplebetsas](https://twitter.com/simplebetsas)
- LinkedIn: [LinkedIn](https://linkedin.com/in/simplebet/)

(back to top)

## 🔭 Future Features

- [ ] **[Styling]**

(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

If you like this project, please give me a like, it doesn't cost you anything and it helps me a lot to keep working.

(back to top)

## 🙏 Acknowledgments

We would like to thank Bee in Student Success who is always avalaible to solve issues and Microverse for push us to work hard every day!

(back to top)

## ❓ FAQ

- **["How can I see more projects associated with this author?"]**

- Check my [@JuanDBta](https://github.com/JuanDBta)

- **[How can I contact the author of this project?]**

- Check my [LinkedIn profile](https://linkedin.com/in/simplebet/) or email me at [email protected]

(back to top)

## 📝 License

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

(back to top)