Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ize-302/bunsoir
Setup Bun application with little development configuration
https://github.com/ize-302/bunsoir
boilerplate bun bunjs cli docker drizzle-orm elysia hono mysql postgresql sqlite
Last synced: about 2 months ago
JSON representation
Setup Bun application with little development configuration
- Host: GitHub
- URL: https://github.com/ize-302/bunsoir
- Owner: ize-302
- License: mit
- Created: 2023-10-06T12:56:26.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-29T23:18:07.000Z (3 months ago)
- Last Synced: 2024-10-31T09:41:50.534Z (about 2 months ago)
- Topics: boilerplate, bun, bunjs, cli, docker, drizzle-orm, elysia, hono, mysql, postgresql, sqlite
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/bunsoir
- Size: 152 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bunsoir!
🔥 Setup Bun application with little development configuration---
## Get started
#### Using NPX
```bash
npx bunsoir my-app
```#### Using BUNX
```bash
bunx bunsoir my-app
```---
#### Supported tools
| | | |
| ------------- | -------------- | --------------- |
| Frameworks | | |
| ✅ Elysia | ✅ Hono | |
| Drizzle ORM | | |
| ✅ PostgreSQL | ✅ MYSQL | ✅ SQLite |
| Prisma | | |
| 🚧 PostgreSQL | 🚧 MYSQL | 🚧 mongoDB |
| 🚧 SQL server | 🚧 PlanetScale | 🚧 Cockroach DB |
| Others | | |
| ✅ Docker | | |