Skip to content

agnyz/the-bed-stack

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Oct 22, 2023
Sep 27, 2023
Oct 9, 2023
Oct 18, 2023
Oct 22, 2023
Oct 9, 2023
Oct 18, 2023
Oct 22, 2023
Oct 9, 2023
Sep 30, 2023
Sep 25, 2023
Oct 22, 2023
Oct 2, 2021
Oct 18, 2023
Oct 22, 2023
Sep 22, 2023
Oct 22, 2023
Oct 22, 2023
Oct 9, 2023
Aug 14, 2024
Oct 9, 2023
Aug 14, 2024
Oct 21, 2023
Oct 18, 2023

Repository files navigation

Logo for The BED Stack RealWorld example
Example app crafted with Bun + ElysiaJS + DrizzleORM adhering to the RealWorld API spec.

GitHub release (with filter) GitHub Workflow Status (with event) Discord Bed Puns Docs Demo GitHub License

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.

  1. Clone and install dependencies

    gh repo clone agnyz/the-bed-stack
    cd the-bed-stack
    bun i
  2. Ensure Docker daemon is running and spin up the Postgres+Bun container

    bun up
  3. Migrate the schema to the database

    bun db:migrate
  4. Run the app

    bun dev

Contributing

See Contributing Guide.

License

MIT License Β© 2023 Agnyz Technologies FC