Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 6 days ago
JSON representation

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

# 📖 hello-rails-back-end

**hello-rails-back-end** Is a Rails app that serves data from a PostgreSQL database to [hello-react-front-end ](https://github.com/hetrox8/hello-react-front-end.git) React frontend App in JSON format through an API endpoint.

## 🛠 Built With

### Tech Stack

Client



- Server


### Key Features

- Rails API backend
- React Front-end
- Redux Toolkit used to consume the backend api

(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:
- A text editor of your choice ([VS Code](https://code.visualstudio.com/download) works well).
- [Ruby and Rails](https://gorails.com/setup/windows/10)
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)

### Setup

Use the following URL to clone this project:

https://github.com/hetrox8/hello-rails-back-end.git

### Install
Open the terminal in the root directory of the project and run the following command to install all dependencies.

bundle install
npm i

### Usage
To start the development server, run the following command then navigate to `localhost:3000` in your browser.

rails s

Open [http://localhost:3000](http://localhost:3000/api/random_greeting) to view it in your browser.

### Run tests
There are no tests to run.

(back to top)

## 👥 Authors

👤 **Suleiman Gacheru**

- GitHub: [@hetrox8](https://github.com/hetrox8)
- Twitter: [@suleimangacheru](https://twitter.com/suleimangacheru)

(back to top)

## 🔭 Future Features

- None planned

(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 it a star ⭐️ and share it with your friends.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for providing the resources and guidelines that enabled me to complete this project.

(back to top)

## 📝 License

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