Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-08T16:50:17.000Z (8 months ago)
- Last Synced: 2024-11-11T05:05:48.280Z (3 months 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.