Skip to content

A tiny personal playground to test out the latest and greatest stuff

Notifications You must be signed in to change notification settings

Spissable/nest-playground

Repository files navigation

Nest Logo

Description

This is my tiny little playground to try out some shiny new things and to reproduce the occasional bug. Powered by the beautiful Nest framework.

Installation

Using volta to automatically fetch the correct node & npm version.

npm install

cp .env.example .env

Running the app

Via Docker:

docker compose up

or:

# development
$ npm run start

# watch mode
$ npm run start:watch

Test

# unit tests
npm run test

# e2e tests
npm run test:e2e

About

A tiny personal playground to test out the latest and greatest stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published