Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelmunoz/nestish
Nest.JS running on Bun.sh
https://github.com/angelmunoz/nestish
backend bun javascript nestjs typescript webdev
Last synced: 11 days 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 (12 months ago)
- Default Branch: master
- Last Pushed: 2024-01-12T16:35:28.000Z (12 months ago)
- Last Synced: 2024-12-22T04:34:56.273Z (11 days 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
```