https://github.com/angelmunoz/nestish
Nest.JS running on Bun.sh
https://github.com/angelmunoz/nestish
backend bun javascript nestjs typescript webdev
Last synced: about 2 months ago
JSON representation
Nest.JS running on Bun.sh
- Host: GitHub
- URL: https://github.com/angelmunoz/nestish
- Owner: AngelMunoz
- Created: 2024-01-12T16:35:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T16:35:28.000Z (over 2 years ago)
- Last Synced: 2025-04-05T22:29:22.884Z (about 1 year ago)
- Topics: backend, bun, javascript, nestjs, typescript, webdev
- Language: TypeScript
- Homepage:
- Size: 62.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
[Nest](https://github.com/nestjs/nest) framework web app for personal experiments, this repository is meant to run with [bun.sh](https://bun.sh).
## Installation
```bash
$ bun install
```
## Running the app
```bash
# development
$ bun run dev
# production mode
$ bun run start
```
## Test
```bash
# unit tests
$ bun test
```