Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```