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

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

Hello Rails Backend is an application built on ruby on rails and postgresql that shows API ENDPOINTS for random messages.
https://github.com/altontonn/hello-rails-back-end

postgresql rails

Last synced: about 2 months ago
JSON representation

Hello Rails Backend is an application built on ruby on rails and postgresql that shows API ENDPOINTS for random messages.

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [Hello-React-Front-End](#front-end)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [Rails react]

**[Hello Rails Backend]** is an application built on ruby on rails and postgresql that shows API ENDPOINTS for random messages.

## 🛠 Built With

### Tech Stack

Ruby on Rails

Database

(back to top)

### Key Features

- **[Random Messages]** - Added random message that changes randomly upon browser event
- **[API ENDPOINT]** - Converted random messages to JSON.

(back to top)

### Hello-React-Front-End

- [Hello-React-Front-End](https://github.com/altontonn/Hello-react-front-end)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Setup

Clone this repository to your desired folder:

```
cd my-folder
git clone https://github.com/altontonn/hello-rails-back-end.git
```

### Install

Install this project with:

bundle install
rails db:create
rails db:migrate

### Usage

To run the project, execute the following command:

```
rails s
```

(back to top)

## 👥 Authors

> Mention all of the collaborators of this project.

👤 **Author1**

- Github: [altontonn](https://github.com/altontonn/)
- Twitter: [AlumasaNewton](https://twitter.com/AlumasaNewton)
- Linkedin: [newton-alumasa](https://www.linkedin.com/in/newton-alumasa/)

## 🔭 Future Features

- **Add basic UI**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project give it a ⭐️

(back to top)

## 🙏 Acknowledgments

I would like to thank microverse for useful materials to help e complete this project

(back to top)

## 📝 License

This project is [MIT](https://github.com/altontonn/hello-rails-back-end/blob/development/LICENSE) licensed.

(back to top)