https://github.com/hrithiqball/aio-backend
All In One(AIO) backend using elysia
https://github.com/hrithiqball/aio-backend
bullmq bun elasticsearch elysiajs graphql mongodb postgresql rate-limiter redis rest-api yoga-graphql
Last synced: 2 months ago
JSON representation
All In One(AIO) backend using elysia
- Host: GitHub
- URL: https://github.com/hrithiqball/aio-backend
- Owner: hrithiqball
- Created: 2024-08-18T15:39:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T17:05:04.000Z (10 months ago)
- Last Synced: 2025-02-01T18:43:22.990Z (4 months ago)
- Topics: bullmq, bun, elasticsearch, elysiajs, graphql, mongodb, postgresql, rate-limiter, redis, rest-api, yoga-graphql
- Language: TypeScript
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elysia with Bun runtime
## Getting Started
To get started with this template, simply paste this command into your terminal:
```bash
bun create elysia ./elysia-example
```## Development
To start the development server run:
```bash
bun run dev
```Open http://localhost:3000/ with your browser to see the result.