Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/balikuddembe/hello-rails-back-end1


https://github.com/balikuddembe/hello-rails-back-end1

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

ruby


Hello Rails 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)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 Hello Rails Back-end

Hello Rails Back-end is a backend web application that handles the API to display a random greeting message on screen using [Hello React Front-end](https://github.com/Balikuddembe/hello-react-front-end) as front-end

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **Display a random greeting**
- **http://localhost:3000/api/greetings/random**

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

```sh
bundle install
```

### Setup

Clone this repository to your desired folder:

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

### Install

Install this project with:

```sh
cd my-folder
bundle install
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

### Run tests

To run tests, run the following command:

```sh
rspec
```

(back to top)

## 👥 Authors

👤 **Emmanuel Balikuddembe**

- GitHub: [@Balikuddembe](https://github.com/Balikuddembe)
- Twitter: [@BalixEmma](https://twitter.com/BalixEmma)
- LinkedIn: [emmanuelbalikuddembe](https://www.linkedin.com/in/emmanuelbalikuddembe/)

(back to top)

## 🔭 Future Features

- [ ] **Add more random quotes**
- [ ] **Improve UI**
- [ ] **Connect more views**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project please give it a star 😁🌟✨

(back to top)

## 🙏 Acknowledgments

Microverse.

(back to top)

## 📝 License

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

(back to top)