faithe1937 / Homease-rails-backend

Homease Rails API that serves JSON resources to a React client-side framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project : Homease API Application

Homease API that serves JSON resources to a React client-side framework.

Features

  • Tools like Rack and the Rails Router to handle the HTTP layer smoothly
  • Configuration and Integration of database connection - using PostgresSQL database
  • Dynamically generating URLs for resources
  • Authentication using JSON Web Tokens (JWT)

For developers

Clone the source locally:

$ git clone 
$ cd Homease-rails-backend

Check your Ruby version

ruby -v

The ouput should start with something like ruby 2.6.3

Install dependencies

Using Bundler and Yarn:

bundle && yarn

Serve

rails s

Documentation

About

Homease Rails API that serves JSON resources to a React client-side framework.


Languages

Language:Ruby 99.4%Language:HTML 0.6%