Skip to content

Commit

Permalink
Update README.md (#44)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Update README.md

---------

Co-authored-by: gj <[email protected]>
  • Loading branch information
samscott89 and gj authored Jun 13, 2024
1 parent 3bbe572 commit 6d61525
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ permissions system. The app is implemented in a number of backend languages,
which all expose a common API that is consumed by a React frontend (in the
`frontend/` folder).

For more information, check out one of the backend implementations linked below.
This application is built as an example for the Oso library. If you are looking
for an example of using [Oso Cloud](https://www.osohq.com/docs), check out
[GitCloud](https://github.com/osohq/gitcloud).

## Backends

For more information, check out one of the backend implementations linked below.

- [Flask SQLAlchemy Backend](backends/flask-sqlalchemy)
- [Flask SQLAlchemy Backend (with sqlalchemy-oso integration library)](backends/flask-sqlalchemy-oso)
- [Rails Backend](backends/rails)
Expand All @@ -23,7 +29,7 @@ $ yarn start

### Architecture

- TypeScript / React / Reach Router
- TypeScript / React

## Development

Expand Down

0 comments on commit 6d61525

Please sign in to comment.