the-bed-stack
the-bed-stack copied to clipboard
Bun + ElysiaJS + DrizzleORM = the stack you don't want to sleep on 🛌💤
Example app crafted with Bun + ElysiaJS + DrizzleORM adhering to the RealWorld API spec.
Visit https://agnyz.github.io/the-bed-stack to learn more about the stack you don't want to sleep on 🛌💤
Let's share a BED - join our Discord server to pillowtalk
Quick Start
[!NOTE] For an even quicker start: this project includes experimental support for Dev Containers in VSCode. Learn more about it in the docs: Developing in a Dev Container.
-
Clone and install dependencies
gh repo clone agnyz/the-bed-stack cd the-bed-stack bun i -
Ensure Docker daemon is running and spin up the Postgres+Bun container
bun up -
Migrate the schema to the database
bun db:migrate -
Run the app
bun dev
Contributing
See Contributing Guide.
License
MIT License © 2023 Agnyz Technologies FC