Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Hello rails back-end ](#-hello-rails-back-end-)
- [🛠 Built With ](#-built-with-)
- [Full Stack ](#full-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-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)

# 📖 Hello rails back-end

> In this project, we are creating a simple api application. For front-end app go to the following PR:

- [Front End App]()

## 🛠 Built With

### Full Stack

> I am using full stack technologies to build my project.

Client

Server

Database

### Key Features

> Key features of the application.

- *** Show random Greetings ***

(back to top)

## 🚀 Live Demo

> Demo link [Coming soon]

- [Live Demo Link]()

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

command:

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

commands:

```sh
cd Folder
git clone [email protected]:Tommymarvel/hello-rails-back-end.git
```

### Install

Install this project with:

command:

```sh
cd Folder
gem install
```

### Usage

To run the project, execute the following command:

command:

```sh
rails s
```

### Run tests

To run tests, run the following command:

command:

```sh
rspec
```

(back to top)

## 👥 Authors

> The collaborators of this project.

👤 **Marvellous Ibironke**

- GitHub: [@Tommy Marvel](https://github.com/Tommymarvel)
- Twitter: [@Tomiwa Ibironke](https://twitter.com/tomiwa_ibironke)
- LinkedIn: [Marvellous Ibironke](https://www.linkedin.com/in/marvellous-ibironke/)

(back to top)

## 🔭 Future Features

> Features of this project.

- [ ] **User Authentication**
- [ ] **CRUD Operations**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

> If you like this project then you can show your support by giving to this project star.

(back to top)

## ❓ FAQ

> Questions for new developers would ask when they decide to use your project.

- **How I can run this project?**

- After cloning repository, run rails s. After that, you will see you will see the homepage of the project.

- **How I can install rails**

- Install the rails by using `gem install rails`.

(back to top)

## 📝 License

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

(back to top)