Skip to content

agungsptr/median

Repository files navigation

Description

Example project build using NestJS with Bun as runtime.

Read my NOTE.md for more 😁 !!!

Installation

$ bun install

Running the app

# development
$ bun start

# watch mode
$ bun start:dev

# production mode
$ bun start:prod

Test

# unit tests
$ bun test

# e2e tests
$ bun test:e2e

# test coverage
$ bun test:cov

About

This project just use case I use to learn Nest Js + Prisma and try to create end2end project setup from dev to ready production

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors