An open API service indexing awesome lists of open source software.

https://github.com/darkin424/blog-website

A Blogging website template based on prisma and bun.js
https://github.com/darkin424/blog-website

bunjs postgresql prisma sql template

Last synced: 5 months ago
JSON representation

A Blogging website template based on prisma and bun.js

Awesome Lists containing this project

README

          

# bun-sql

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.0.3. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.