Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rvansant2/nestjs-postgres-starter-kit
NestJs framework TypeScript starter kit with Docker
https://github.com/rvansant2/nestjs-postgres-starter-kit
nestjs nodejs typeorm typescript
Last synced: 4 days ago
JSON representation
NestJs framework TypeScript starter kit with Docker
- Host: GitHub
- URL: https://github.com/rvansant2/nestjs-postgres-starter-kit
- Owner: rvansant2
- License: mit
- Created: 2022-05-15T21:48:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T16:03:22.000Z (9 months ago)
- Last Synced: 2024-11-12T18:09:07.550Z (2 months ago)
- Topics: nestjs, nodejs, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nestjs-postgres-starter-kit
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter kit with Docker.
## Requirements
- Docker Desktop
- NodeJs v^14.6.x (optional)
- npm v^6.14.x (optional)
## Get Started- Clone repo and change directory into the project: `nestjs-postgres-starter-kit`
- Run `docker-compose up -d --build`, the `-d` is an optional command if you wish to watch logs.## Local Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Test Commands
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```## License
Nest is [MIT licensed](LICENSE).
## Todos
- Add additional tests
- Add multi-stage Docker build for production
- Update `docker-compose` file for production