Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

GREETING API

# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [πŸš€ Live Demo](#live-demo)
- [πŸ’» 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)

# πŸ“– Greeting_API

**Greeting_API** is web app to display greetings from rails API with react as the front-end in two apps.

## πŸ›  Built With

### Tech Stack

> [Ruby on Rails](https://guides.rubyonrails.org/) (simplify as Rails) is a server-side web application framework written in Ruby under the MIT License. Rails is a model–view–controller (MVC) framework, providing default structures for a database, a web service, and web pages. It encourages and facilitates the use of web standards such as JSON or XML for data transfer and HTML, CSS and JavaScript for user interfacing.

Server

Database

### Key Features

- **Setup API endpoints**

(back to top)

## πŸš€ Live Demo

- [Live API link](https://greeting-t0aj.onrender.com/greetings)

- [Frontend Reopository PR](https://github.com/DuaneDave/hello-react-front-end/pull/2)

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

- [Ruby and Rails on you operating system eg. for Ubuntu 20.04](https://www.digitalocean.com/community/tutorials/how-to-install-ruby-on-rails-with-rbenv-on-ubuntu-20-04)
- [Node.js](https://nodejs.dev/en/) installed
- [Yarn](https://classic.yarnpkg.com/lang/en/docs/install/#debian-stable)
- [PostgreSQL](https://www.postgresql.org/) database installed

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/DuaneDave/hello-react-front-end.git
```

### Install

Install this project with:

```sh
cd hello-rails-back-end

bundle install
```

### Usage

To run the project, execute the following command:

```sh
rails s
```

### Run tests

To run tests, run the following command:

```sh
bin/rails rspec spec
```

### Deployment

You can deploy this project using:

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Obiebi Okiemute David**

- GitHub: [@githubhandle](https://github.com/DuaneDave)
- Twitter: [@twitterhandle](https://twitter.com/dave_duane)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/david-obiebi)

(back to top)

## πŸ”­ Future Features

- [x] API authentication
- [x] API documentation

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project, kindly give me a ⭐️

(back to top)

## πŸ™ Acknowledgments

- I would like to thank [Microverse](https://www.microverse.org/) for inspiring this project
- I would like to appreciate [Render](https://render.com) for the plateform to deploy the API

(back to top)

## ❓ FAQ

- **Is Rails still relevant?**

- [Yes, Rails is still popular among developer](https://blog.railwaymen.org/is-ruby-on-rails-dead)

- **Is it easy to learn Ruby on Rails**

- [It is very easy to learn compared to most of the programming languages](https://careerkarma.com/blog/why-learn-ruby-on-rails/)

(back to top)

## πŸ“ License

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

(back to top)

(back to top)