Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fauna-brecht committed Apr 17, 2020
1 parent 4502851 commit 727a073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
This project is an example of how to a 'real-world' app with highly dynamic data in a serverless fashion using React hooks, FaunaDB, and Cloudinary. It uses the Fauna Query Language (FQL) and starts with a frontend-only approach that directly accesses the serverless database FaunaDB for data storage, authentication, and authorization.

![Current Services](https://github.com/fauna-brecht/fwitter/blob/master/readme/stack1.png?raw=true | width=400)
<img src="https://github.com/fauna-brecht/fwitter/blob/master/readme/stack1.png?raw=true" width="400">

A few features are still missing and will be covered in future articles, including streaming, pagination, benchmarks, and a more advanced security model with short-lived tokens, JWT tokens, single sign-on (possibly using a service like Auth0), IP-based rate limiting (with Cloudflare workers), e-mail verification (with a service like SendGrid), and HttpOnly cookies.

![Future Services](https://github.com/fauna-brecht/fwitter/blob/master/readme/stack2.png?raw=true | width=400)
<img src="https://github.com/fauna-brecht/fwitter/blob/master/readme/stack2.png?raw=true" width="400">


## Setup the project
Expand Down

0 comments on commit 727a073

Please sign in to comment.