Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/williamkoller/arch-ddd-nestjs
- Owner: williamkoller
- Created: 2024-02-06T17:19:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T13:09:07.000Z (10 months ago)
- Last Synced: 2024-03-25T14:57:34.583Z (10 months ago)
- Topics: architecture, ddd-architecture, nestjs
- Language: TypeScript
- Homepage:
- Size: 169 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arch DDD Nestjs
## Required `docker` and `docker-compose`
#### 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)