Skip to content

fizzbuds/nest-ddd-toolkit

Repository files navigation

Run the environment without installing

  1. Fork the repository
  2. Register to gitpod.io
  3. Give access to your GitHub account
  4. Create a New Workspace on gitpod selecting the forked repo
  5. Open vscode in browser or connect to your IDE

Installation

$ pnpm install

MongoDB in memory

$ pnpm exec ts-node mongo-memory-repl-set.ts

Running the app

Make sure MongoDB is up and running.

$ pnpm run start

# watch mode
$ pnpm run start:dev

Test

Tests don't need a running MongoDB instance, they use an in memory database.

# unit and component tests
$ pnpm run test

# api tests
$ pnpm run test:api

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages