Api test using bun.
Basic user CRUD
Stack:
- prisma
- zod
- express
To install dependencies:
bun installTo run:
bun run devBasic .env configuration
DATABASE_URL="mysql://root:root@localhost:3306/bunTeste"
DEBUG = false
PORT = 3333
This project was created using bun init in bun v1.1.0. Bun is a fast all-in-one JavaScript runtime.