Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dup4/starter-nestjs

Starter template for Nest.js
https://github.com/dup4/starter-nestjs

Last synced: 15 days ago
JSON representation

Starter template for Nest.js

Awesome Lists containing this project

README

        

# starter-nestjs

[![Test](https://github.com/Dup4/starter-nestjs/actions/workflows/test.yml/badge.svg)](https://github.com/Dup4/starter-nestjs/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/Dup4/starter-nestjs/branch/main/graph/badge.svg)](https://codecov.io/gh/Dup4/starter-nestjs)
[![GitHub release](https://img.shields.io/github/release/Dup4/starter-nestjs.svg)](https://GitHub.com/Dup4/starter-nestjs/releases/)
[![License][license-image-mit]][license-link-mit]

## Development

```bash
docker-compose up -d

pnpm dev
```

## Usage

### Docker

```bash
#! /bin/bash

CUR_DIR="$(dirname "$(realpath "${BASH_SOURCE[0]}")")"

docker run \
-d \
--restart=always \
--name=starter-nestjs \
-p 3000:3000 \
-e TZ=Asia/Shanghai \
-v "${CUR_DIR}"/config:/app/config \
dup4/starter-nestjs:latest
```

## Sponsors



Logos from Sponsors

## License

[MIT](./LICENSE) License © 2022 - PRESENT [Dup4][dup4]

[dup4]: https://github.com/Dup4
[license-image-mit]: https://img.shields.io/badge/license-MIT-blue.svg?labelColor=333333
[license-link-mit]: https://mit-license.org/