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

https://github.com/geldata/gel-examples

EdgeDB example projects for different stacks
https://github.com/geldata/gel-examples

fastapi flask go nextjs prisma python typescript

Last synced: 3 days ago
JSON representation

EdgeDB example projects for different stacks

Awesome Lists containing this project

README

        

# Gel examples

This repo contains starter projects that demonstrate usage of Gel with different languages, frameworks, and stacks.

## TypeScript

| Framework | Link |
| --------------------------- | -----------------------------------------------------------------------------------------------------|
| Deno Fresh | [deno-fresh](https://github.com/geldata/gel-examples/tree/main/deno-fresh) |
| Nest.js | [nestjs-crud](https://github.com/geldata/gel-examples/tree/main/nestjs-crud) |
| Next.js Blog (App Router) | [nextjs-blog-app-router](https://github.com/geldata/gel-examples/tree/main/nextjs-blog-app-router) |
| Next.js Blog (Pages Router) | [nextjs-blog](https://github.com/geldata/gel-examples/tree/main/nextjs-blog) |
| Next.js Todo | [nextjs-todo](https://github.com/geldata/gel-examples/tree/main/nextjs-todo) |
| Remix | [remix](https://github.com/geldata/gel-examples/tree/main/remix) |
| SvelteKit | [sveltekit](https://github.com/geldata/gel-examples/tree/main/sveltekit) |
| Cloudflare Workers | [cloudflare-workers](https://github.com/geldata/gel-examples/tree/main/cloudflare-workers) |
| Next.js + Drizzle | [drizzle-book-notes-app](https://github.com/geldata/gel-examples/tree/main/drizzle-book-notes-app) |

## Python

| Framework | Link |
| ------------------ | -------------------------------------------------------------------------------------------|
| FastAPI | [fastapi-crud](https://github.com/geldata/gel-examples/tree/main/fastapi-crud) |
| FastAPI with Auth | [fastapi-crud-auth](https://github.com/geldata/gel-examples/tree/main/fastapi-crud-auth) |
| Flask CRUD | [flask-crud](https://github.com/geldata/gel-examples/tree/main/flask-crud) |
| Flask Proxy | [flask-proxy](https://github.com/geldata/gel-examples/tree/main/flask-proxy) |
| Strawberry GraphQL | [strawberry-gql](https://github.com/geldata/gel-examples/tree/main/strawberry-gql) |

## Go

Coming soon.