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
- Host: GitHub
- URL: https://github.com/darkin424/blog-website
- Owner: darkin424
- Created: 2024-04-16T13:46:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T11:10:55.000Z (about 2 years ago)
- Last Synced: 2024-05-02T11:31:13.931Z (about 2 years ago)
- Topics: bunjs, postgresql, prisma, sql, template
- Language: TypeScript
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.