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

https://github.com/trast00/rails-api

This is a project build for learning purpose. The goal is to use react redux on the front end and rails on the backend. The project is two simple hello world app separated and communicated via api end point.
https://github.com/trast00/rails-api

Last synced: about 2 months ago
JSON representation

This is a project build for learning purpose. The goal is to use react redux on the front end and rails on the backend. The project is two simple hello world app separated and communicated via api end point.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [Rail-React-Hello](#rail-react-hello)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# Rail-React-Hello
This is a project build for learning purpose. The goal is to use react redux on the front end and rails on the backend. The project is two simple hello world app separated and communicated via api end point.

[linked front-end project](https://github.com/Trast00/React-api-rail)

## 🛠 Built With

### Tech Stack

Server

Database

### Key Features

- **Full stack app: Ruby On Rail Api Only**
- **Display simple page with routing**

## 💻 Getting Started

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

### Prerequisites

In order to run this project you need:

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/Trast00/Rails-Api.git
```

### Install

Install this project with:

```sh
cd my-project
bundle install
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

(back to top)

## 👥 Authors

👤 **Dicko Allasane**

- GitHub: [@githubhandle](https://github.com/Trast00)
- Twitter: [@twitterhandle](https://twitter.com/AllassaneDicko0/)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/allassane-dicko-744aaa224)

## 🔭 Future Features

- [ ] **Create apiv1 with more end-point**
- [ ] **use OAuth**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Trast00/Rails-Api/issues).

(back to top)

## ⭐️ Show your support

If you like this project, please leave a start to support

(back to top)

## 🙏 Acknowledgments
I would like to thank to thank microverse for this great learning experience !

(back to top)

## 📝 License

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

(back to top)