Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dup4/starter-nestjs
- Owner: Dup4
- License: mit
- Created: 2022-08-12T05:00:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T01:40:05.000Z (8 months ago)
- Last Synced: 2024-05-02T05:50:18.396Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 342 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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 -dpnpm dev
```## Usage
### Docker
```bash
#! /bin/bashCUR_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
## 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/