Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/williamkoller/arch-ddd-nestjs

Arch DDD Nestjs
https://github.com/williamkoller/arch-ddd-nestjs

architecture ddd-architecture nestjs

Last synced: 2 months ago
JSON representation

Arch DDD Nestjs

Awesome Lists containing this project

README

        

# Arch DDD Nestjs

## Required `docker` and `docker-compose`

book

#### How to run the application?

- `cp -r .env.example .env`

```bash
MONGODB_URI=
MONGODB_PORT=
PORT=

THROTTLE_TTL=
THROTTLE_LIMIT=
```

- view script in `package.json`

- run `yarn up` that exec command `docker-compose down && docker-compose up --build`

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fwilliamkoller%2Farch-ddd-nestjs.svg?type=large&issueType=license)](https://app.fossa.com/projects/git%2Bgithub.com%2Fwilliamkoller%2Farch-ddd-nestjs?ref=badge_large&issueType=license)