brunvez / expert-advice-back

Rails 5 API project with configured users, accounts, JSON:API and authentication adjusted to work with Ember on the client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This repository is a Rails 5.2. application, configured as a pure API. It supports users, user accounts, signups and logins via the users endpoint. Authentication is set up with Doorkeeper. Database is Postgres.

This API is specially designed to work with Ember on the front-end: requests and responses are conformed to JSON:API.

To run the application, use the following commands:

bundle
rake db:create db:migrate db:seed
rails s

About

Rails 5 API project with configured users, accounts, JSON:API and authentication adjusted to work with Ember on the client


Languages

Language:Ruby 99.4%Language:HTML 0.6%