Gleennkar / hello-rails-react

Implement a connection between a Ruby on Rails back-end and React front-end.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Hello Rails React API App

πŸ“— Table of Contents

πŸ“– Hello Rails React API App

The Hello Rails React API App is a combined Rails and React API based web application that returns different kinds of greetings via an API endpoint that is interfaced with a React Front End application that consuming the API endpoints bundled together with WEBPACK.

πŸ›  Built With

Ruby on Rails

Client
Server
Database

Key Features

  • API Endpoints
  • Database management with Postgres
  • ORM with ActiveRecord
  • React Front End
  • Bundled with WebPack

(back to top)

πŸš€ Live Demo

A live demo link will be added soon.

(back to top)

πŸ’» Getting Started

Prerequisites

In order to run this project you need:

Ruby installed

Postgresql installed

gem install rails

npm install

Setup

Clone this repository to your desired folder:

git clone https://github.com/Gleennkar/hello-rails-react

cd hello-rails-react

Install

bundle install

Usage

To run the project, execute the following command:

rails server

OR ./bin/dev

Run tests

To run tests, run the following command:

rspec

(back to top)

πŸ‘₯ Authors

Odette Gleen

(back to top)

πŸ”­ Future Features

  • API Documentation with Swagger
  • Build a separate Rails BackEnd and React Front End

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, please add a ⭐️

(back to top)

πŸ™ Acknowledgments

Credit to Microverse for the project specification

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

Implement a connection between a Ruby on Rails back-end and React front-end.

License:MIT License


Languages

Language:Ruby 62.3%Language:HTML 15.4%Language:JavaScript 12.3%Language:Batchfile 7.6%Language:CSS 1.9%Language:Shell 0.4%