antnbaranov / Rails_API_wReact_API

Rails Backend API for Frontend React API. Using CRUD as an example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interaction of two APIs Rails-React, Backend-Frontend

Works together with React API

Clone the repository, run

$ rails s -p 3001

Set up the App*

(If you create it yourself)

$ rails new backend-api --api --database=postgresql -T

$ cd backend-api/

$ rake db:create

$ rails s -p 3001

*Don't forget to follow the instructions for the React API as well

About

Rails Backend API for Frontend React API. Using CRUD as an example


Languages

Language:Ruby 99.6%Language:HTML 0.4%