Skip to content

Commit

Permalink
docs: add bun and drizzle to description
Browse files Browse the repository at this point in the history
  • Loading branch information
yamcodes committed Oct 16, 2023
1 parent b7453ec commit 8a382cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
### [Demo](https://demo.realworld.io/)    [RealWorld](https://github.com/gothinkster/realworld)


This codebase was created to demonstrate a fully fledged backend application built with **ElysiaJS** including CRUD operations, authentication, routing, pagination, and more.
This codebase was created to demonstrate a fully fledged backend application built with **Bun, ElysiaJS, and DrizzleORM** including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the **ElysiaJS** community styleguides & best practices.
We've gone to great lengths to adhere to the **Bun, ElysiaJS, and DrizzleORM** community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the [RealWorld](https://github.com/gothinkster/realworld) repo.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "elysia-realworld-example-app",
"title": "Elysia Realworld Example App",
"version": "1.0.50",
"description": "A RealWorld example for an app in the backend created with Bun and Elysia.",
"description": "A RealWorld example for an app in the backend created with Bun, Elysia, and DrizzleORM.",
"scripts": {
"start": "bun run src/main.ts",
"dev": "bun run --watch src/main.ts",
Expand Down

0 comments on commit 8a382cc

Please sign in to comment.