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
- Host: GitHub
- URL: https://github.com/geldata/gel-examples
- Owner: geldata
- Created: 2021-04-08T17:58:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-26T04:22:44.000Z (about 1 month ago)
- Last Synced: 2025-06-17T22:13:45.614Z (10 days ago)
- Topics: fastapi, flask, go, nextjs, prisma, python, typescript
- Language: TypeScript
- Homepage:
- Size: 7.24 MB
- Stars: 68
- Watchers: 8
- Forks: 25
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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.