Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.12 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.12 KB

Expense Report Managing API in Ruby Rails

This repository contains an Expense Report Managing API in Ruby on Rails.

To get context about the use cases of this API you can read more in the blog post: What is the Right Authorization Model for my Application?

You can use this repository as a starting point before following the instructions in the following blog posts:

Requirements

To run this application

  1. Clone the repo with the following command:
git clone git@github.com:auth0-blog/rails-api-authorization.git
  1. Setup the database
rails db:setup
  1. Run the Expense Management API:
rails s