An open API service indexing awesome lists of open source software.

https://github.com/exograph/examples

Example applications built using Exograph
https://github.com/exograph/examples

Last synced: 4 months ago
JSON representation

Example applications built using Exograph

Awesome Lists containing this project

README

          

Example applications built using [Exograph](https://exograph.dev).

# Todo applications with Exograph

## Single-user Todo Web Application without Authentication

A simple single-user todo application that uses the following technologies:

- [Exograph](https://exograph.dev) for the backend
- [Next.js](https://nextjs.org/) and [Tailwind](https://tailwindcss.com/) for the frontend

[Source Code](todo-with-nextjs), [Blog Post](https://exograph.dev/blog/evolving-access-control)

## Multi-user Todo Web Application with Clerk Authentication

A multi-user todo application that uses the following technologies:

- [Exograph](https://exograph.dev) for the backend
- [Next.js](https://nextjs.org/) and [Tailwind](https://tailwindcss.com/) for the frontend
- [Clerk](https://clerk.com) for authentication

[Source Code](todo-with-nextjs-clerk-auth), [Blog Post](https://exograph.dev/blog/exograph-clerk)

## Multi-user Todo Web Application with Auth0 Authentication

A multi-user todo application that uses the following technologies:

- [Exograph](https://exograph.dev) for the backend
- [Next.js](https://nextjs.org/) and [Tailwind](https://tailwindcss.com/) for the frontend
- [Auth0](https://auth0.com) for authentication

[Source Code](todo-with-nextjs-auth0-auth), [Blog Post](https://exograph.dev/blog/exograph-auth0)

## Multi-user Todo Web Application with Google Authentication

A multi-user todo application that uses the following technologies:

- [Exograph](https://exograph.dev) for the backend
- [Next.js](https://nextjs.org/) and [Tailwind](https://tailwindcss.com/) for the frontend
- [Google Identity](https://developers.google.com/identity) for authentication

[Source Code](todo-with-nextjs-google-auth), [Blog Post](https://exograph.dev/blog/evolving-access-control)

## Single-user Todo Web Application with Apollo and Trusted Documents

A single-user todo application that uses the following technologies:

- [Exograph](https://exograph.dev) for the backend
- [Next.js](https://nextjs.org/), [Tailwind](https://tailwindcss.com/), and [Apollo](https://www.apollographql.com/docs/react/) for the frontend

[Source Code](todo-with-nextjs-apollo-trusted-documents)

## Single-user Todo Web Application with URQL and Trusted Documents

A single-user todo application that uses the following technologies:

- [Exograph](https://exograph.dev) for the backend
- [Next.js](https://nextjs.org/), [Tailwind](https://tailwindcss.com/), and [Urql](https://formidable.com/open-source/urql/) for the frontend

[Source Code](todo-with-nextjs-urql-trusted-documents)

# Concerts App from Documentation

The sample application developed in the [Exograph Application Tutorial](https://exograph.dev/docs/application-tutorial).

[Source Code](concerts-app), [Documentation](https://exograph.dev/docs/application-tutorial)

# Others

## Mercury Retrograde Access Control

A fun little exercise to illustrate Exograph's flexible access control

[Source Code](retrograde-mercury-access-control), [Blog Post](https://exograph.dev/blog/retrograde-mercury)