Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jprando/api-rest-emtypescript-combun
fazendo um backend rest api com bun 1.0 pra ver se explode
https://github.com/jprando/api-rest-emtypescript-combun
Last synced: about 1 month ago
JSON representation
fazendo um backend rest api com bun 1.0 pra ver se explode
- Host: GitHub
- URL: https://github.com/jprando/api-rest-emtypescript-combun
- Owner: jprando
- Created: 2023-09-30T22:13:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-03T06:19:36.000Z (over 1 year ago)
- Last Synced: 2023-10-03T16:54:37.434Z (over 1 year ago)
- Language: TypeScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# teste02
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.