https://github.com/aziz-axg/testing-bun-project
This project is my playground that i testing and building api with bun using best practice
https://github.com/aziz-axg/testing-bun-project
bun express i18next jsonwebtoken prisma
Last synced: about 2 months ago
JSON representation
This project is my playground that i testing and building api with bun using best practice
- Host: GitHub
- URL: https://github.com/aziz-axg/testing-bun-project
- Owner: Aziz-AXG
- Created: 2024-05-13T16:45:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T16:50:17.000Z (about 2 years ago)
- Last Synced: 2025-01-08T22:41:26.751Z (over 1 year ago)
- Topics: bun, express, i18next, jsonwebtoken, prisma
- Language: TypeScript
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-app
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.1.3. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.