Spissable / nest-playground

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 98.1%Language:Dockerfile 1.9%